mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 17:40:43 +08:00
Cancel + dispose CTS
This commit is contained in:
@@ -198,5 +198,13 @@ namespace osu.Game.Overlays.Dashboard.Friends
|
||||
newList.FadeIn(200, Easing.OutQuint);
|
||||
}
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
listLoadCancellation?.Cancel();
|
||||
listLoadCancellation?.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user