mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 05:02:56 +08:00
Fix incorrect online conditional check in social browser logic
This commit is contained in:
parent
ad99d47fd8
commit
ff725f0e32
@ -155,7 +155,7 @@ namespace osu.Game.Overlays
|
|||||||
loading.Hide();
|
loading.Hide();
|
||||||
getUsersRequest?.Cancel();
|
getUsersRequest?.Cancel();
|
||||||
|
|
||||||
if (api?.IsLoggedIn == false)
|
if (api?.IsLoggedIn != true)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
switch (Header.Tabs.Current.Value)
|
switch (Header.Tabs.Current.Value)
|
||||||
|
Loading…
Reference in New Issue
Block a user