Default contact age limit

This commit is contained in:
M66B
2024-10-26 09:36:40 +02:00
parent 5875bb603e
commit ff31677d7c
3 changed files with 10 additions and 6 deletions

View File

@@ -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));