-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Describe the Issue in Detail
I have a simple user flow in our app that goes from Login > Landing Page > Logout. Authenticated users without staff security roles are the only ones who visit the landing page, so we hide the nav bar to prevent them from gaining access to the "view profile" page (this is linked in our nav bar).
However, when a user visits the landing page and subsequently clicks "log out", the styling at the top of the device is incorrect.
Can reproduce in
- Orange App
- Blue App
Steps to Reproduce
- Go to a login page
- Redirect the authenticated user to a page that hides the nav bar and displays full screen. Include a logout button which returns the user to the login page.
Expected Behavior
I expect the styling in the top nav to be equal to the initial visit to the login page when the app launched.
Actual Behavior
The nav bar area itself returns to our expected color, but the system tray that displays the clock, wifi signal, etc. maintains an unstyled white background.
Screenshots or Videos
Android Orange App version info
Reproduction XAML
Mobile Shell Version
1.7.0.10
Last Known Working Version
1.7.0.4
iOS Device Type(s) and iOS Version(s)
n/a - this is android-specific
Android Device Type(s) and Android Version(s)
Pixel 7, Android 15.0 (API 35)