You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is simple: Blurry.with(getApplicationContext()).from(bitmap).into(m_to_blurry); m_bottom_to_blurry.setImageDrawable(null); Blurry.with(getApplicationContext()).radius(25).sampling(10).from(bitmap).into(m_bottom_to_blurry);
This three sequential lines are executed more times with differents bitmaps,
But in some randomly case, the second blur fails, and the image previosly blurred is shown into m_bottom_to_blurry.
On Android Emulator (api 22,23,24) this problem is not facing, I also tested it on Android Kitkat (on Wiko Wax) and there aren't problems. The device it has been faced for is the Huawei p8 lite.
The text was updated successfully, but these errors were encountered:
The code is simple:
Blurry.with(getApplicationContext()).from(bitmap).into(m_to_blurry); m_bottom_to_blurry.setImageDrawable(null); Blurry.with(getApplicationContext()).radius(25).sampling(10).from(bitmap).into(m_bottom_to_blurry);
This three sequential lines are executed more times with differents bitmaps,
But in some randomly case, the second blur fails, and the image previosly blurred is shown into m_bottom_to_blurry.
On Android Emulator (api 22,23,24) this problem is not facing, I also tested it on Android Kitkat (on Wiko Wax) and there aren't problems. The device it has been faced for is the Huawei p8 lite.
The text was updated successfully, but these errors were encountered: