lopspower / CircularImageView

Create circular ImageView in Android in the simplest way possible
Apache License 2.0
1.95k stars 413 forks source link

Issues with Android oreo 8.0 #93

Closed MahmoudiOussama closed 5 years ago

MahmoudiOussama commented 6 years ago

I am using this library in my project, and i am facing app crashes only with devices running Android 8.0. I am using Firebase Crashlitycs and this is a screenshot of the crash error :

image

MahmoudiOussama commented 5 years ago

People are talking about this problem in here. The problem occurs when using Glide to download and display images while using the option DecodeFormat.PREFER_ARGB_8888.

Someone suggested to use latest Glide version and instead of DecodeFormat.PREFER_ARGB_8888 use DecodeFormat.PREFER_ARGB_8888_DISALLOW_HARDWARE.

lopspower commented 5 years ago

I think it's an issue from Glide, not from this library: https://github.com/wasabeef/glide-transformations/issues/95