pull/183/head
M66B 4 years ago
parent 61f98e3fcf
commit 46245bee5b

@ -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…
Cancel
Save