mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 02:23:38 +02:00
Default contact age limit
This commit is contained in:
@@ -944,7 +944,7 @@ public class FragmentOptionsSend extends FragmentBase implements SharedPreferenc
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
|
||||
int purge_contact_age = prefs.getInt("purge_contact_age", 0);
|
||||
int purge_contact_age = prefs.getInt("purge_contact_age", 1);
|
||||
int purge_contact_freq = prefs.getInt("purge_contact_freq", 0);
|
||||
|
||||
swKeyboard.setChecked(prefs.getBoolean("keyboard", true));
|
||||
|
||||
Reference in New Issue
Block a user