mirror of
https://github.com/ppy/osu.git
synced 2025-01-10 01:53:09 +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()
|
private void hideCloseButton()
|
||||||
{
|
{
|
||||||
closeButton?.ResizeWidthTo(0, 100, Easing.OutQuint)
|
closeButton.ResizeWidthTo(0, 100, Easing.OutQuint)
|
||||||
.Then().FadeOut().Expire();
|
.Then().FadeOut().Expire();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user