mirror of https://github.com/M66B/FairEmail.git
Update FragmentOptionsBehavior.java
This commit is contained in:
parent
1d34bd6907
commit
79988c6815
|
@ -405,7 +405,6 @@ public class FragmentOptionsBehavior extends FragmentBase implements SharedPrefe
|
||||||
swConversationActionsReplies.setChecked(prefs.getBoolean("conversation_actions_replies", true));
|
swConversationActionsReplies.setChecked(prefs.getBoolean("conversation_actions_replies", true));
|
||||||
swConversationActionsReplies.setEnabled(swConversationActions.isChecked());
|
swConversationActionsReplies.setEnabled(swConversationActions.isChecked());
|
||||||
swLanguageDetection.setChecked(prefs.getBoolean("language_detection", false));
|
swLanguageDetection.setChecked(prefs.getBoolean("language_detection", false));
|
||||||
swLanguageDetection.setVisibility(Build.VERSION.SDK_INT < Build.VERSION_CODES.Q ? View.GONE : View.VISIBLE);
|
|
||||||
|
|
||||||
int default_snooze = prefs.getInt("default_snooze", 1);
|
int default_snooze = prefs.getInt("default_snooze", 1);
|
||||||
etDefaultSnooze.setText(default_snooze == 1 ? null : Integer.toString(default_snooze));
|
etDefaultSnooze.setText(default_snooze == 1 ? null : Integer.toString(default_snooze));
|
||||||
|
|
Loading…
Reference in New Issue