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