mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 16:19:35 +08:00
Play settings hide animation if visible when exiting RoomSubScreen
This commit is contained in:
parent
1fd746524d
commit
4d1582d721
@ -244,6 +244,7 @@ namespace osu.Game.Screens.OnlinePlay.Match
|
||||
if (Room.RoomID.Value == null)
|
||||
{
|
||||
// room has not been created yet; exit immediately.
|
||||
settingsOverlay.Hide();
|
||||
return base.OnBackButton();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user