mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Default disable auto optimize
This commit is contained in:
@@ -829,7 +829,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
if (now - start > STILL_THERE_THRESHOLD)
|
||||
return;
|
||||
|
||||
boolean auto_optimize = prefs.getBoolean("auto_optimize", true);
|
||||
boolean auto_optimize = prefs.getBoolean("auto_optimize", false);
|
||||
if (!auto_optimize)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user