Removed default signature

This commit is contained in:
M66B
2019-08-12 18:31:33 +02:00
parent fe7887a114
commit c9efe89ca7
2 changed files with 1 additions and 11 deletions

View File

@@ -827,11 +827,6 @@ public class FragmentIdentity extends FragmentBase {
etDisplay.setText(identity == null ? null : identity.display);
String signature = (identity == null ? null : identity.signature);
if (identity == null) {
CharSequence promote = getText(R.string.app_promote);
if (promote instanceof Spanned)
signature = HtmlHelper.toHtml((Spanned) promote);
}
etSignature.setText(TextUtils.isEmpty(signature) ? null : HtmlHelper.fromHtml(signature));
etSignature.setTag(signature);