Now that `SystemUIController` is deprecated, and `...
# compose
z
Now that
SystemUIController
is deprecated, and
enableEdgeToEdge
is available... How do you actually handle dynamically changing the statusBars in response to preferences in the app?
👀 1
o
I just copied
SystemUIController
into my project. If it ain't broke...
👀 1
t
Interesting i do use enableEdgeToEdge but also need some functionality from the SystemUIController e.g.: systemUiController.isNavigationBarVisible, systemUiController.isSystemBarsVisible for a video player which should hide the navigation and statusbar when playing a video. So i am also interessted to know how to do this with the new API.
z
Ended up doing something like NIA: https://github.com/android/nowinandroid/pull/817
543 Views