Skip to content

Commit 437d39d

Browse files
committed
Revert "[Android] Custom back button image color (dotnet#24993)"
This reverts commit 78c337c.
1 parent e798a87 commit 437d39d

File tree

6 files changed

+0
-66
lines changed

6 files changed

+0
-66
lines changed

src/Controls/src/Core/Compatibility/Handlers/Shell/Android/ShellToolbarAppearanceTracker.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ protected virtual void SetColors(AToolbar toolbar, IShellToolbarTracker toolbarT
4545
shellToolbar.BarTextColor = title ?? ShellRenderer.DefaultTitleColor;
4646
shellToolbar.BarBackground = new SolidColorBrush(background ?? ShellRenderer.DefaultBackgroundColor);
4747
shellToolbar.IconColor = foreground ?? ShellRenderer.DefaultForegroundColor;
48-
toolbarTracker.TintColor = foreground ?? ShellRenderer.DefaultForegroundColor;
4948
}
5049

5150
#region IDisposable
Binary file not shown.

src/Controls/tests/TestCases.HostApp/Issues/Issue17228.xaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/Controls/tests/TestCases.HostApp/Issues/Issue17228.xaml.cs

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue17228.cs

Lines changed: 0 additions & 24 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)