-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Shell.NavBarIsVisible does not update on hot reload on Android 8 #7459
Copy link
Copy link
Closed
Labels
area-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutarea-toolingXAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, DebuggingXAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, Debuggingfixed-in-8.0.0-rc.2.9373Look for this fix in 8.0.0-rc.2.9373!Look for this fix in 8.0.0-rc.2.9373!p/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releasepartner/hot-reload-xamlIssues impacting XAML Hot Reload experiencesIssues impacting XAML Hot Reload experiencesplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutarea-toolingXAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, DebuggingXAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, Debuggingfixed-in-8.0.0-rc.2.9373Look for this fix in 8.0.0-rc.2.9373!Look for this fix in 8.0.0-rc.2.9373!p/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releasepartner/hot-reload-xamlIssues impacting XAML Hot Reload experiencesIssues impacting XAML Hot Reload experiencesplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Shall.NavBarIsVisible is a property that tells the ShellContent whether it should display the Navigation Bar. When you change this between true or false, the change is not immediately reflected. You can modify the Title property from "Home" to anything (e.g "homeawd") and the title will update, but any changes to the navbarisvisible property will still not be reflected.
For the changes to be reflected, you need to press restart in visual studio (as opposed to hot reload).
I have not tested this in other versions of android, or on other platforms.
Steps to Reproduce
Nothing should happen to the app
It should update and you will see it since the navbar is still visible.
Once it's done, you should see the changes to the NavBar be reflected.
Version with bug
Release Candidate 3 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 8 (API 26)
Did you find any workaround?
I just do a full restart instead of a hot reload to see the changes.
Relevant log output
No response