Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Fix UI Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Oct 14, 2021
1 parent f05b100 commit 23858bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Xamarin.Forms.ControlGallery.iOS/ApiLabelRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ public class ApiLabelRenderer : LabelRenderer

protected override void OnElementChanged(ElementChangedEventArgs<Label> e)
{
Element.Text = UIDevice.CurrentDevice.SystemVersion.ToString();
base.OnElementChanged(e);

Element.Text = UIDevice.CurrentDevice.SystemVersion.ToString();
}
}
}

0 comments on commit 23858bd

Please sign in to comment.