mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Small behavior fix
This commit is contained in:
@@ -158,7 +158,7 @@ public class FragmentOptionsBehavior extends FragmentBase implements SharedPrefe
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
prefs.edit().putBoolean("conversation_actions", checked).apply();
|
||||
swConversationActionsReplies.setEnabled(checked);
|
||||
swConversationActionsReplies.setEnabled(checked && Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user