mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Simplify IsOnlineScope
usage
This commit is contained in:
@ -195,7 +195,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
||||
|
||||
void localScoresChanged(IRealmCollection<ScoreInfo> sender, ChangeSet changes, Exception exception)
|
||||
{
|
||||
if (IsOnlineScope || cancellationToken.IsCancellationRequested)
|
||||
if (cancellationToken.IsCancellationRequested)
|
||||
return;
|
||||
|
||||
var scores = sender.AsEnumerable();
|
||||
|
Reference in New Issue
Block a user