mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Default auto optimize
This commit is contained in:
@@ -391,7 +391,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
|
||||
break;
|
||||
}
|
||||
|
||||
swOptimize.setChecked(prefs.getBoolean("auto_optimize", false));
|
||||
swOptimize.setChecked(prefs.getBoolean("auto_optimize", true));
|
||||
grpExempted.setVisibility(pollInterval == 0 ? View.GONE : View.VISIBLE);
|
||||
|
||||
swSchedule.setChecked(prefs.getBoolean("schedule", false) && pro);
|
||||
|
||||
Reference in New Issue
Block a user