Usenet signature should be at the bottom

pull/207/head
M66B 2 years ago
parent 79b20937e7
commit f338d7f99d

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

Loading…
Cancel
Save