Fixed reference

This commit is contained in:
M66B 2018-08-05 19:13:16 +00:00
parent b0996a03cd
commit abfe2489c6
1 changed files with 1 additions and 1 deletions

View File

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