mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:23:00 +08:00
Put back mobile conditional
This commit is contained in:
parent
8154cc1b16
commit
7b7a87afa8
@ -143,7 +143,8 @@ namespace osu.Game.Overlays.AccountCreation
|
||||
base.OnEntering(last);
|
||||
processingOverlay.Hide();
|
||||
|
||||
focusNextTextbox();
|
||||
if (host?.OnScreenKeyboardOverlapsGameWindow != true)
|
||||
focusNextTextbox();
|
||||
}
|
||||
|
||||
private void performRegistration()
|
||||
|
Loading…
Reference in New Issue
Block a user