If I wrap `AnimatedVisibility` around the `TopAppB...
# compose
a
If I wrap
AnimatedVisibility
around the
TopAppBar
, I lose the elevation. Is there something else I should be using to toggle it’s visibility?
j
Well perhaps it is still elevated, just the AnimatedVisibility cuts it off. Would it work if you elevate the AnimatedVisibility?
a
Ah, you’re right… Sucks to have to wrap it in another Surface however
Thanks for your help