mirror of https://github.com/ppy/osu
Add back second completion post attempt for case when notification overlay isn't loaded yet
This commit is contained in:
parent
0d24fda4b9
commit
38d8d457d9
|
@ -141,6 +141,7 @@ private void updateState()
|
||||||
|
|
||||||
case ProgressNotificationState.Completed:
|
case ProgressNotificationState.Completed:
|
||||||
loadingSpinner.Hide();
|
loadingSpinner.Hide();
|
||||||
|
attemptPostCompletion();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue