Skip to content

Commit

Permalink
[A] fix typo. fixes xamarin#11684 (xamarin#11686)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneDelcroix authored Aug 7, 2020
1 parent 75d8722 commit 5e422f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xamarin.Forms.Platform.Android/Renderers/SwitchRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ protected override void OnElementPropertyChanged(object sender, PropertyChangedE

if (e.PropertyName == Switch.OnColorProperty.PropertyName)
UpdateOnColor();
else if (e.PropertyName == Slider.ThumbColorProperty.PropertyName)
else if (e.PropertyName == Switch.ThumbColorProperty.PropertyName)
UpdateThumbColor();
}

Expand Down

0 comments on commit 5e422f7

Please sign in to comment.