Show cc/bcc default was changed

This commit is contained in:
M66B
2020-08-28 09:38:44 +02:00
parent 8bf4de4e30
commit ed0f629e4f
2 changed files with 2 additions and 0 deletions

View File

@@ -425,6 +425,7 @@ public class FragmentCompose extends FragmentBase {
onMenuAddresses();
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
prefs.edit().putBoolean("cc_bcc", grpAddresses.getVisibility() == View.VISIBLE).apply();
ToastEx.makeText(v.getContext(), R.string.title_default_changed, Toast.LENGTH_LONG).show();
return true;
}
});