mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Oops
This commit is contained in:
parent
61f98e3fcf
commit
46245bee5b
1 changed files with 1 additions and 1 deletions
|
@ -4323,7 +4323,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
mid = R.string.title_redo;
|
||||
else
|
||||
mid = R.string.title_draft_saved;
|
||||
final String msg = getString(mid) +
|
||||
final String msg = context.getString(mid) +
|
||||
(BuildConfig.DEBUG ? ":" + draft.revision : "");
|
||||
|
||||
Handler handler = new Handler(context.getMainLooper());
|
||||
|
|
Loading…
Reference in a new issue