mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
Fixed reference
This commit is contained in:
parent
b0996a03cd
commit
abfe2489c6
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ public class FragmentCompose extends FragmentEx {
|
|||
if (ex == null) {
|
||||
getFragmentManager().popBackStack();
|
||||
if ("trash".equals(action))
|
||||
Toast.makeText(getContext(), R.string.title_draft_deleted, Toast.LENGTH_LONG).show();
|
||||
Toast.makeText(getContext(), R.string.title_draft_trashed, Toast.LENGTH_LONG).show();
|
||||
else if ("save".equals(action))
|
||||
Toast.makeText(getContext(), R.string.title_draft_saved, Toast.LENGTH_LONG).show();
|
||||
else if ("send".equals(action))
|
||||
|
|
Loading…
Reference in a new issue