|
|
@ -849,7 +849,7 @@ public class FragmentIdentity extends FragmentBase {
|
|
|
|
etDisplay.setText(identity == null ? null : identity.display);
|
|
|
|
etDisplay.setText(identity == null ? null : identity.display);
|
|
|
|
|
|
|
|
|
|
|
|
String signature = (identity == null ? null : identity.signature);
|
|
|
|
String signature = (identity == null ? null : identity.signature);
|
|
|
|
if (TextUtils.isEmpty(signature)) {
|
|
|
|
if (identity == null) {
|
|
|
|
CharSequence promote = getText(R.string.app_promote);
|
|
|
|
CharSequence promote = getText(R.string.app_promote);
|
|
|
|
if (promote instanceof Spanned)
|
|
|
|
if (promote instanceof Spanned)
|
|
|
|
signature = HtmlHelper.toHtml((Spanned) promote);
|
|
|
|
signature = HtmlHelper.toHtml((Spanned) promote);
|
|
|
|