Tower Guidev2
12/07/2022, 2:38 PMPablichjenkov
12/07/2022, 3:02 PMTower Guidev2
12/07/2022, 3:46 PMAnotherActivity
does not have the same app bar as all the other screen under MainActivity
in fact AnotherActivity
does have an app bar at all and with my MainActivity
having a backdrop for the user to navigate around the appPablichjenkov
12/07/2022, 4:32 PMAnotherActivity
you could workaround it by passing that information in the input arguments. Pass a isRoot: Boolean field to indicate if you are launching it from another Activity or is the only Activity in the stack.