mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 16:32:55 +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;
|
State.ValueChanged -= exportWhenReady;
|
||||||
|
|
||||||
downloadTracker?.RemoveAndDisposeImmediately();
|
downloadTracker?.RemoveAndDisposeImmediately();
|
||||||
|
downloadTracker = null;
|
||||||
|
State.SetDefault();
|
||||||
|
|
||||||
if (score.NewValue != null)
|
if (score.NewValue != null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user