Add Schedule to restore password text box focus behaviour

This commit is contained in:
Dean Herbert
2021-07-14 23:56:52 +09:00
parent cc09a8b5ba
commit 9d693c75cf

View File

@ -389,7 +389,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
{ {
base.LoadComplete(); base.LoadComplete();
GetContainingInputManager().ChangeFocus(passwordTextbox); Schedule(() => GetContainingInputManager().ChangeFocus(passwordTextbox));
} }
} }
} }