Fixed crash

This commit is contained in:
M66B 2020-07-03 21:00:00 +02:00
parent 36c67c8711
commit ca27f41bf8
1 changed files with 1 additions and 1 deletions

View File

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