1
0
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:
Salman Ahmed 2024-07-26 05:11:54 +03:00
parent 3e8917cadb
commit c558dfdf13

View File

@ -88,6 +88,8 @@ namespace osu.Game.Screens.Ranking
State.ValueChanged -= exportWhenReady;
downloadTracker?.RemoveAndDisposeImmediately();
downloadTracker = null;
State.SetDefault();
if (score.NewValue != null)
{