This commit is contained in:
M66B 2020-07-05 19:05:09 +02:00
parent 61f98e3fcf
commit 46245bee5b
1 changed files with 1 additions and 1 deletions

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