mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 08:22:56 +08:00
Don't trigger request if there are no avaliable users
This commit is contained in:
parent
44412f9ddb
commit
647433a8d1
@ -182,7 +182,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
private void onFilterUpdate()
|
||||
{
|
||||
if (Users == null || Filter.Tabs.Current.Value == SocialSortCriteria.Rank)
|
||||
if (Filter.Tabs.Current.Value == SocialSortCriteria.Rank)
|
||||
{
|
||||
queueUpdate();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user