We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c5034 commit 42c7c49Copy full SHA for 42c7c49
protect/src/main/java/com/webileapps/safeguard/SecurityChecker.java
@@ -357,7 +357,10 @@ private void showNextDialog(Context context) {
357
if (activity.isFinishing() || activity.isDestroyed()) {
358
return;
359
}
360
-
+ if (dialogQueue.isEmpty()) {
361
+ isShowingDialog = false;
362
+ return;
363
+ }
364
isShowingDialog = true;
365
SecurityDialogInfo dialogInfo = dialogQueue.remove(0);
366
0 commit comments