Skip to content

Commit

Permalink
remove button left in for debug purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
danwalmsley committed Oct 27, 2022
1 parent 0c301df commit d28a86f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/iOS/Avalonia.iOS/AvaloniaView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public AvaloniaView()
);
_topLevelImpl.Surfaces = new[] { new EaglLayerSurface(l) };
MultipleTouchEnabled = true;
AddSubviews(new UIView[] { new UIKit.UIButton(UIButtonType.InfoDark) });
}

public override bool CanBecomeFirstResponder => true;
Expand Down

0 comments on commit d28a86f

Please sign in to comment.