mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Prevent crash
This commit is contained in:
@@ -368,7 +368,7 @@ public class FragmentQuickSetup extends FragmentBase {
|
||||
identity.display = null;
|
||||
identity.color = null;
|
||||
|
||||
CharSequence promote = getText(R.string.app_promote);
|
||||
CharSequence promote = context.getText(R.string.app_promote);
|
||||
if (promote instanceof Spanned)
|
||||
identity.signature = HtmlHelper.toHtml((Spanned) promote);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user