mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 22:02:56 +08:00
Remove unnecessary null check
This commit is contained in:
parent
8b68859d9d
commit
70eee8882a
@ -77,7 +77,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
|
||||
|
||||
private void hideCloseButton()
|
||||
{
|
||||
closeButton?.ResizeWidthTo(0, 100, Easing.OutQuint)
|
||||
closeButton.ResizeWidthTo(0, 100, Easing.OutQuint)
|
||||
.Then().FadeOut().Expire();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user