mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 02:33:02 +08:00
Remove unnecessary workaround
This commit is contained in:
parent
3292ef33fd
commit
6d471da459
@ -52,8 +52,8 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
scores = value;
|
||||
|
||||
placeholderContainer.FadeOut(fade_duration);
|
||||
|
||||
scrollFlow?.FadeOut(fade_duration).Expire();
|
||||
scrollContainer.Clear(true); // scores stick around in scrollFlow in VisualTests without this for some reason
|
||||
scrollFlow = null;
|
||||
|
||||
loading.Hide();
|
||||
|
Loading…
Reference in New Issue
Block a user