mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Enable RLAH by default
This commit is contained in:
@@ -192,7 +192,7 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
|
||||
break;
|
||||
}
|
||||
|
||||
swRlah.setChecked(prefs.getBoolean("rlah", false));
|
||||
swRlah.setChecked(prefs.getBoolean("rlah", true));
|
||||
swRoaming.setChecked(prefs.getBoolean("roaming", true));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user