mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Auto optimize default disabled
This commit is contained in:
@@ -1653,7 +1653,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
|
||||
private void optimizeAccount(Context context, EntityAccount account, String reason) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
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