diff --git a/osu.Framework.Android/AndroidGameSurface.cs b/osu.Framework.Android/AndroidGameSurface.cs index a262e41e61..69f45456da 100644 --- a/osu.Framework.Android/AndroidGameSurface.cs +++ b/osu.Framework.Android/AndroidGameSurface.cs @@ -7,7 +7,6 @@ using Org.Libsdl.App; using osu.Framework.Graphics; using osu.Framework.Platform; -using osuTK.Android; using osu.Framework.Bindables; using Android.Views; using AndroidX.Core.View; @@ -66,7 +65,7 @@ public override void HandleResume() } /// - /// Updates the , taking into account screen insets that may be obstructing this . + /// Updates the , taking into account screen insets that may be obstructing this . /// private void updateSafeArea(WindowInsets? windowInsets) { diff --git a/osu.Framework.Android/osu.Framework.Android.csproj b/osu.Framework.Android/osu.Framework.Android.csproj index 0093f5e63d..cae14b3718 100644 --- a/osu.Framework.Android/osu.Framework.Android.csproj +++ b/osu.Framework.Android/osu.Framework.Android.csproj @@ -18,7 +18,6 @@ -