Blurry icon indicating copy to clipboard operation
Blurry copied to clipboard

Blurry is failing and shows the prev image not blurred

Open SluggedGerm2 opened this issue 7 years ago • 0 comments

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.

SluggedGerm2 avatar Oct 07 '17 10:10 SluggedGerm2