diff --git a/src/Uno.Toolkit.UI/Controls/NavigationBar/AppBarButtonRenderer.Android.cs b/src/Uno.Toolkit.UI/Controls/NavigationBar/AppBarButtonRenderer.Android.cs index 7879a3fef..e7d50f8ed 100644 --- a/src/Uno.Toolkit.UI/Controls/NavigationBar/AppBarButtonRenderer.Android.cs +++ b/src/Uno.Toolkit.UI/Controls/NavigationBar/AppBarButtonRenderer.Android.cs @@ -96,8 +96,6 @@ protected override IEnumerable Initialize() new[] { AppBarButton.LabelProperty }, new[] { AppBarButton.IconProperty }, new[] { AppBarButton.IconProperty, BitmapIcon.UriSourceProperty }, - new[] { AppBarButton.IconProperty, IconElement.ForegroundProperty }, - new[] { AppBarButton.IconProperty, IconElement.ForegroundProperty, SolidColorBrush.ColorProperty }, new[] { AppBarButton.ContentProperty }, new[] { AppBarButton.ContentProperty, FrameworkElement.VisibilityProperty }, new[] { AppBarButton.OpacityProperty },