mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
wip: disable fullscreen in android?
This commit is contained in:
@ -67,7 +67,7 @@ namespace osu.Android
|
||||
|
||||
Debug.Assert(Window != null);
|
||||
|
||||
// Window.AddFlags(WindowManagerFlags.Fullscreen);
|
||||
Window.ClearFlags(WindowManagerFlags.Fullscreen);
|
||||
// Window.AddFlags(WindowManagerFlags.KeepScreenOn);
|
||||
|
||||
Debug.Assert(WindowManager?.DefaultDisplay != null);
|
||||
|
Reference in New Issue
Block a user