1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 00:20:38 +08:00

Put back mobile conditional

This commit is contained in:
Joehu
2019-10-22 19:51:29 -07:00
Unverified
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()