Skip to content

Commit

Permalink
[Android] navigation icon blink fix (#18867)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo committed Nov 15, 2024
1 parent c1bb5fd commit 5778124
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ public static void UpdateTitleIcon(this AToolbar nativeToolbar, Toolbar toolbar)

public static void UpdateBackButton(this AToolbar nativeToolbar, Toolbar toolbar)
{
//Setting it to null to avoid the icon's blink
nativeToolbar.NavigationIcon = null;

if (toolbar.BackButtonVisible)
{
var context =
Expand Down

0 comments on commit 5778124

Please sign in to comment.