hey everyone, has anyone found a way when using a ...
# compose
h
hey everyone, has anyone found a way when using a scaffold with a bottom bar, when the bottom bar needs to be hidden, the content of the scaffold jumps as the BottomBar isn’t there anymore, is there a way to make this a better UX?
d
Do you need to use Scaffold? How many of its slots do you actually use? You could overlay it over your content and add bottom padding to the content accordingly
d
do you just need a slideOutVertically animation or am I missing something with the question?
h
the content and the bottom bar, you’re right, i might be better off without a scaffold