mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Usenet signature should be at the bottom
This commit is contained in:
@@ -491,6 +491,8 @@ public class FragmentOptionsSend extends FragmentBase implements SharedPreferenc
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
prefs.edit().putBoolean("usenet_signature", checked).apply();
|
||||
if (checked)
|
||||
prefs.edit().putInt("signature_location", 2).apply();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user