Skip to content

Android 10 horrible bug D: #33

@ghost

Description

Hello sir, in android 10 there the images can't stay in their border

eg:
WhatsApp Image 2020-06-25 at 13 42 28

I'm in a recyclerView in adapter class that where I'm doing the work :

`
Glide.with(holder.imageView.context).load(currentItem.imageResource).into(holder.imageView)

    Zoom(holder.imageView)

    holder.textView1.text = currentItem.text1

    holder.textView2.text = currentItem.text2`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions