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

Commit

Permalink
Revert PR #762 (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldipietro authored and PureWeen committed Oct 24, 2019
1 parent 9b6d1f1 commit 4e5432e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Xamarin.Forms.Platform.UAP/PickerRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class PickerRenderer : ViewRenderer<Picker, FormsComboBox>
bool _fontApplied;
bool _isAnimating;
Brush _defaultBrush;
FontFamily _defaultFontFamily;

protected override void Dispose(bool disposing)
{
Expand Down Expand Up @@ -48,10 +47,6 @@ protected override void OnElementChanged(ElementChangedEventArgs<Picker> e)
Control.ClosedAnimationStarted += ControlOnClosedAnimationStarted;
Control.Loaded += ControlOnLoaded;
}
else
{
WireUpFormsVsm();
}

Control.ItemsSource = ((LockableObservableListWrapper)Element.Items)._list;

Expand Down

0 comments on commit 4e5432e

Please sign in to comment.