mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Put back mobile conditional
This commit is contained in:
@ -143,7 +143,8 @@ namespace osu.Game.Overlays.AccountCreation
|
||||
base.OnEntering(last);
|
||||
processingOverlay.Hide();
|
||||
|
||||
focusNextTextbox();
|
||||
if (host?.OnScreenKeyboardOverlapsGameWindow != true)
|
||||
focusNextTextbox();
|
||||
}
|
||||
|
||||
private void performRegistration()
|
||||
|
Reference in New Issue
Block a user