Assigned
Status Update
Comments
so...@google.com <so...@google.com>
ta...@gmail.com <ta...@gmail.com> #2
Hello, can you please attach a sample that reproduces your error?
No update yet.
Hello, can you please attach a sample that reproduces your error?
Description
I would like to be able to have a static TopAppBar (that does not flick or animate) when transitioning from one screen to another, using one of the following solutions:
Use case:
The app that I've developed using Views has the same TopAppBar in most of its screens, with small changes to the title, menu actions and back button. The only part of the screen that animates when transitioning to another screen is what is under the TopAppBar. Also, using Fragments, I am able to control the screen's TopAppBar within the Fragment that displays that screen. Which means that all the code related to one screen is self-contained. I could not find a way to develop the same logic using Jetpack Compose and still keep the TopAppBar's logic contained with the same screen/composable that is being displayed.