mirror of https://github.com/M66B/FairEmail.git
Fixed reference
This commit is contained in:
parent
b0996a03cd
commit
abfe2489c6
|
@ -588,7 +588,7 @@ public class FragmentCompose extends FragmentEx {
|
||||||
if (ex == null) {
|
if (ex == null) {
|
||||||
getFragmentManager().popBackStack();
|
getFragmentManager().popBackStack();
|
||||||
if ("trash".equals(action))
|
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))
|
else if ("save".equals(action))
|
||||||
Toast.makeText(getContext(), R.string.title_draft_saved, Toast.LENGTH_LONG).show();
|
Toast.makeText(getContext(), R.string.title_draft_saved, Toast.LENGTH_LONG).show();
|
||||||
else if ("send".equals(action))
|
else if ("send".equals(action))
|
||||||
|
|
Loading…
Reference in New Issue