1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +08:00

Add back second completion post attempt for case when notification overlay isn't loaded yet

This commit is contained in:
Dean Herbert 2022-09-16 17:54:44 +09:00
parent 0d24fda4b9
commit 38d8d457d9

View File

@ -141,6 +141,7 @@ namespace osu.Game.Overlays.Notifications
case ProgressNotificationState.Completed:
loadingSpinner.Hide();
attemptPostCompletion();
break;
}
}