diff --git a/Android/Activity1.cs b/Android/Activity1.cs index 6c1ebde..74a82cb 100644 --- a/Android/Activity1.cs +++ b/Android/Activity1.cs @@ -54,10 +54,6 @@ namespace Android { this.game.GraphicsDeviceManager.ApplyChanges(); }; - // render under notches - if (Build.VERSION.SdkInt >= BuildVersionCodes.P) - this.Window.Attributes.LayoutInDisplayCutoutMode = LayoutInDisplayCutoutMode.ShortEdges; - // total layout that is displayed this.mainView = new LinearLayout(this) {Orientation = Orientation.Vertical}; this.mainView.LayoutParameters = new LinearLayout.LayoutParams(MatchParent, MatchParent);