mirror of https://github.com/M66B/FairEmail.git
Fixed crash
This commit is contained in:
parent
36c67c8711
commit
ca27f41bf8
|
@ -4314,7 +4314,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
else
|
||||
id = R.string.title_draft_saved;
|
||||
|
||||
ToastEx.makeText(getContext(),
|
||||
ToastEx.makeText(context,
|
||||
getString(id) +
|
||||
(BuildConfig.DEBUG ? ":" + draft.revision : ""),
|
||||
Toast.LENGTH_LONG).show();
|
||||
|
|
Loading…
Reference in New Issue