mirror of
https://github.com/ppy/osu
synced 2025-02-26 23:51:04 +00: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);
|
base.OnEntering(last);
|
||||||
processingOverlay.Hide();
|
processingOverlay.Hide();
|
||||||
|
|
||||||
focusNextTextbox();
|
if (host?.OnScreenKeyboardOverlapsGameWindow != true)
|
||||||
|
focusNextTextbox();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void performRegistration()
|
private void performRegistration()
|
||||||
|
Loading…
Reference in New Issue
Block a user