mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 11:50:15 +08:00
Fix possible null
This commit is contained in:
@@ -108,10 +108,11 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
VisiblePages = 0;
|
||||
ItemsContainer.Clear();
|
||||
|
||||
count.Value = GetCount(e.NewValue);
|
||||
|
||||
if (e.NewValue != null)
|
||||
{
|
||||
showMore();
|
||||
count.Value = GetCount(e.NewValue);
|
||||
}
|
||||
}
|
||||
|
||||
private void showMore()
|
||||
|
||||
Reference in New Issue
Block a user