1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 21:55:13 +00:00
This commit is contained in:
M66B 2020-07-05 19:05:09 +02:00
parent 61f98e3fcf
commit 46245bee5b

View file

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