Skip to content

Commit

Permalink
[Android] Navigation icon blink fix - shell (#18867) (#21455)
Browse files Browse the repository at this point in the history
* [Android] navigation icon blink fix (#18867)

* [Android] navigation icon blink fix
  • Loading branch information
kubaflo authored Nov 22, 2024
1 parent 1adafb7 commit 693c3d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Controls/src/Core/ShellToolbar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ internal void ApplyChanges()
if (stack.Count > 1)
previousPage = stack[stack.Count - 1];

ToolbarItems = _toolbarTracker.ToolbarItems;

UpdateBackbuttonBehavior();
bool backButtonVisible = true;

Expand All @@ -95,6 +93,7 @@ internal void ApplyChanges()
_drawerToggleVisible = stack.Count <= 1;
BackButtonVisible = backButtonVisible && stack.Count > 1;
BackButtonEnabled = _backButtonBehavior?.IsEnabled ?? true;
ToolbarItems = _toolbarTracker.ToolbarItems;

UpdateTitle();

Expand Down

0 comments on commit 693c3d0

Please sign in to comment.