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
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ private void updateState()
case ProgressNotificationState.Completed: case ProgressNotificationState.Completed:
loadingSpinner.Hide(); loadingSpinner.Hide();
attemptPostCompletion();
break; break;
} }
} }