mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:28:00 +08:00
Fix incorrect state transition in score download tracker
This commit is contained in:
parent
c51349de57
commit
cd4681496a
@ -122,10 +122,8 @@ namespace osu.Game.Online
|
||||
{
|
||||
Schedule(() =>
|
||||
{
|
||||
if (!checkEquality(item, TrackedItem))
|
||||
return;
|
||||
|
||||
UpdateState(DownloadState.NotDownloaded);
|
||||
if (checkEquality(item, TrackedItem))
|
||||
UpdateState(DownloadState.LocallyAvailable);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user