Shared NavigationBar visibility #1616
TepesLucian
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking for some tips on how control a shared
NavigationBar
visibility. My initial solution was to make aBaseScreen
like so:and have other screens extend from that. Everything works okay for static values but on some screens I need to show / hide the bottom bar based on the presenter state. My current workaround is :
Would be great to have a way to access the current presenter and move the
val hideBottomBar: Boolean
to them or have a way to signal events up the chain somehow.Beta Was this translation helpful? Give feedback.
All reactions