Skip to content

Commit

Permalink
Merge pull request #9292 from AvaloniaUI/remove-ios-redundant-button
Browse files Browse the repository at this point in the history
ios: remove button left in for debug purposes.
  • Loading branch information
Dan Walmsley authored Oct 27, 2022
2 parents 0c301df + d28a86f commit 9486b3e
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 9486b3e

Please sign in to comment.