Closed elizavetamikhailova closed 3 years ago
Hey,
Could you try replacing .setupWith(snackView.root.parent as ViewGroup)
with the root of your activity/fragment?
I guess the problem is that this particular ViewGroup snackView.root.parent
might not have any background?
You can also debug what snackView.root.parent
is referencing exactly to be sure
Yes it worked! Thank you very much!
Hello! I want to use blurView as a background for my snackbar. I configure my snackbar background like this:
And I configure blurView like this:
But it doesn't work, and BlurView doesn't blur anything :(
I'm trying to figure out why this doesn't work and can I get it to work?