mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 12:33:42 +02:00
Default auto optimize
This commit is contained in:
@@ -1652,7 +1652,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", false);
|
||||
boolean auto_optimize = prefs.getBoolean("auto_optimize", true);
|
||||
if (!auto_optimize)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user