mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 00:21:10 +00:00
Quote limit is independent
This commit is contained in:
parent
3ccf210e62
commit
06738e7592
1 changed files with 0 additions and 2 deletions
|
@ -232,7 +232,6 @@ public class FragmentOptionsSend extends FragmentBase implements SharedPreferenc
|
|||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
prefs.edit().putBoolean("quote_reply", checked).apply();
|
||||
swQuoteLimit.setEnabled(checked);
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -412,7 +411,6 @@ public class FragmentOptionsSend extends FragmentBase implements SharedPreferenc
|
|||
swExtendedReply.setChecked(prefs.getBoolean("extended_reply", false));
|
||||
swQuoteReply.setChecked(prefs.getBoolean("quote_reply", true));
|
||||
swQuoteLimit.setChecked(prefs.getBoolean("quote_limit", true));
|
||||
swQuoteLimit.setEnabled(swQuoteReply.isChecked());
|
||||
swResizeReply.setChecked(prefs.getBoolean("resize_reply", true));
|
||||
|
||||
int signature_location = prefs.getInt("signature_location", 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue