Small fix

This commit is contained in:
M66B 2022-02-22 15:30:38 +01:00
parent 0f476b4139
commit 6bf50c8f76
1 changed files with 1 additions and 1 deletions

View File

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