1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 10:42:54 +08:00

Don't trigger request if there are no avaliable users

This commit is contained in:
Andrei Zavatski 2019-09-19 04:09:14 +03:00
parent 44412f9ddb
commit 647433a8d1

View File

@ -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;