]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/fragments/SettingsFragment.java
Release 3.8.1.
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / fragments / SettingsFragment.java
index b808c9da0254293b6621989fdadfed512c463c29..04a0bcc33ea82d6b4d0c988086a5e09d058476b1 100644 (file)
@@ -1972,7 +1972,7 @@ public class SettingsFragment extends PreferenceFragmentCompat {
             System.exit(0);
         };
 
-        // Restart the activity after 300 milliseconds, so that the app has enough time to save the change to the preference.
-        restartHandler.postDelayed(restartRunnable, 300);
+        // Restart the activity after 400 milliseconds, so that the app has enough time to save the change to the preference.
+        restartHandler.postDelayed(restartRunnable, 400);
     }
 }
\ No newline at end of file