Prevent crash

This commit is contained in:
M66B
2019-07-15 18:45:17 +02:00
parent ae029a1b11
commit 667e25b7dd

View File

@@ -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