Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 10 horrible bug D: #33

Open
ghost opened this issue Jun 25, 2020 · 2 comments
Open

Android 10 horrible bug D: #33

ghost opened this issue Jun 25, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 25, 2020

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`
@ghost
Copy link
Author

ghost commented Jun 25, 2020

UPDATE only on Xiaomi devices..

maybe my code is not correct?

@developer--
Copy link

Same problem for Xiaomi devices and also tap with multiple fingers freezes hole screen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant