mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Cancel request on dispose
This commit is contained in:
@ -194,5 +194,12 @@ namespace osu.Game.Overlays.Comments
|
||||
{
|
||||
background.Colour = colours.Gray2;
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
request?.Cancel();
|
||||
loadCancellation?.Cancel();
|
||||
base.Dispose(isDisposing);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user