mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 07:19:53 +08:00
Remove unnecessary null check
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user