Dima Saviuk
Dima Saviuk
> I tried to apply using getWindow().getDecorView() but it does not work. Can you post a commit with this change? It works fine for me on your branch
Responded - https://github.com/Dimezis/BlurView/pull/179#discussion_r874664955
Could you please send a repository with a setup to reproduce this?
How do you imagine this can be fixed? You have a bitmap with View snapshot, let's say 100x100, pure white. Blurring it produces a pure white bitmap again. Next frame,...
> However, I don't really like the idea of having the blur change color before an image gets under it. Yes, it's a fundamental problem of this kind of approach...
This is _somewhat_ addressed for API >= 31 in version 2.0.0 with the new `RenderEffectBlur`. It's still not ideal, also barely tested, but you can try it out
Can you please show your BlurView setup code? Theoretically, you don't need to do anything extra. But you can try to call `invalidate` on BlurView after the images are loaded....
Do you have some animation running on those ImageViews when the image is loaded?
Please fill in the required details properly
The BlurView checks if the `Canvas` used in `draw` is `internalCanvas`, so it draws itself only on system canvas and skips the recursive drawing on `internalCanvas`