1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 01:46:05 +08:00

Mark IsTablet with new to avoid inspection

Co-authored-by: Susko3 <Susko3@protonmail.com>
This commit is contained in:
Dean Herbert 2025-01-17 12:55:11 +09:00 committed by GitHub
parent 42e5cb58b7
commit daa7921c2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ namespace osu.Android
/// <remarks>Adjusted on startup to match expected UX for the current device type (phone/tablet).</remarks>
public ScreenOrientation DefaultOrientation = ScreenOrientation.Unspecified;
public bool IsTablet { get; private set; }
public new bool IsTablet { get; private set; }
private readonly OsuGameAndroid game;