mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
0f476b4139
commit
6bf50c8f76
|
@ -1806,7 +1806,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
|
||||
private void onMenuSendChips() {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
boolean send_chips = prefs.getBoolean("send_chips", true);
|
||||
boolean send_chips = prefs.getBoolean("send_chips", false);
|
||||
prefs.edit().putBoolean("send_chips", !send_chips).apply();
|
||||
|
||||
etTo.setText(etTo.getText());
|
||||
|
|
Loading…
Reference in New Issue