mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Small fix
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user