Usenet signature should be at the bottom

This commit is contained in:
M66B
2022-04-08 10:09:13 +02:00
parent 79b20937e7
commit f338d7f99d

View File

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