mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 22:22:54 +08:00
Reset download state when score is changed
This commit is contained in:
parent
3e8917cadb
commit
c558dfdf13
@ -88,6 +88,8 @@ namespace osu.Game.Screens.Ranking
|
||||
State.ValueChanged -= exportWhenReady;
|
||||
|
||||
downloadTracker?.RemoveAndDisposeImmediately();
|
||||
downloadTracker = null;
|
||||
State.SetDefault();
|
||||
|
||||
if (score.NewValue != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user