mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Oops
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user