mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Default signature for new identities only
This commit is contained in:
@@ -849,7 +849,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
etDisplay.setText(identity == null ? null : identity.display);
|
||||
|
||||
String signature = (identity == null ? null : identity.signature);
|
||||
if (TextUtils.isEmpty(signature)) {
|
||||
if (identity == null) {
|
||||
CharSequence promote = getText(R.string.app_promote);
|
||||
if (promote instanceof Spanned)
|
||||
signature = HtmlHelper.toHtml((Spanned) promote);
|
||||
|
||||
Reference in New Issue
Block a user