1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

Put back mobile conditional

This commit is contained in:
Joehu 2019-10-22 19:51:29 -07:00
parent 8154cc1b16
commit 7b7a87afa8

View File

@ -143,6 +143,7 @@ namespace osu.Game.Overlays.AccountCreation
base.OnEntering(last);
processingOverlay.Hide();
if (host?.OnScreenKeyboardOverlapsGameWindow != true)
focusNextTextbox();
}