mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 07:19:53 +08:00
Reset download state when score is changed
This commit is contained in:
@@ -88,6 +88,8 @@ namespace osu.Game.Screens.Ranking
|
||||
State.ValueChanged -= exportWhenReady;
|
||||
|
||||
downloadTracker?.RemoveAndDisposeImmediately();
|
||||
downloadTracker = null;
|
||||
State.SetDefault();
|
||||
|
||||
if (score.NewValue != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user