mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix test not working due to null refs
This commit is contained in:
@ -102,7 +102,9 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
|
||||
scoreContainer.Clear();
|
||||
showMoreButton.Hide();
|
||||
missing.Show();
|
||||
showMore();
|
||||
|
||||
if (newUser != null)
|
||||
showMore();
|
||||
}
|
||||
|
||||
private void showMore()
|
||||
|
Reference in New Issue
Block a user