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

Blurry is failing and shows the prev image not blurred #70

Open
SluggedGerm2 opened this issue Oct 7, 2017 · 0 comments
Open

Blurry is failing and shows the prev image not blurred #70

SluggedGerm2 opened this issue Oct 7, 2017 · 0 comments

Comments

@SluggedGerm2
Copy link

SluggedGerm2 commented Oct 7, 2017

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.

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