mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 22:14:57 +08:00
Merge pull request #32742 from smoogipoo/fix-exception
Fix exception cancelling disposed cancellation token
This commit is contained in:
@@ -317,6 +317,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
|
||||
beatmapLookupCancellation?.Cancel();
|
||||
beatmapLookupCancellation?.Dispose();
|
||||
beatmapLookupCancellation = null;
|
||||
|
||||
if (item.NewValue?.Beatmap == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user