1
0
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:
Bartłomiej Dach
2025-04-09 09:32:37 +02:00
committed by GitHub
Unverified
@@ -317,6 +317,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
beatmapLookupCancellation?.Cancel();
beatmapLookupCancellation?.Dispose();
beatmapLookupCancellation = null;
if (item.NewValue?.Beatmap == null)
{