X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Fasynctasks%2FPrepareSaveDialog.java;h=a7d44954a6dcb2539957dc23159f1f835b63d031;hp=d858f1cba98127b34aefd1cbbf4410afb64410a1;hb=641d15ace34579762580ed8297f324133354499b;hpb=725e4a525bed43f46e24ecc97eafcc339a48939c diff --git a/app/src/main/java/com/stoutner/privacybrowser/asynctasks/PrepareSaveDialog.java b/app/src/main/java/com/stoutner/privacybrowser/asynctasks/PrepareSaveDialog.java index d858f1cb..a7d44954 100644 --- a/app/src/main/java/com/stoutner/privacybrowser/asynctasks/PrepareSaveDialog.java +++ b/app/src/main/java/com/stoutner/privacybrowser/asynctasks/PrepareSaveDialog.java @@ -199,7 +199,7 @@ public class PrepareSaveDialog extends AsyncTask { } // Prevent the dialog from displaying if the app window is not visible. - // The asynctask continues to function even when the app is paused. Attempting to display a dialog in that state leads to a crash. + // The async task continues to function even when the app is paused. Attempting to display a dialog in that state leads to a crash. while (!activity.getWindow().isActive()) { try { // The window is not active. Wait 1 second.