mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Fixed reference
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user