mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Removed default signature
This commit is contained in:
@@ -27,7 +27,6 @@ import android.content.pm.PackageManager;
|
||||
import android.net.Uri;
|
||||
import android.os.Bundle;
|
||||
import android.os.Handler;
|
||||
import android.text.Spanned;
|
||||
import android.text.TextUtils;
|
||||
import android.text.method.LinkMovementMethod;
|
||||
import android.util.Patterns;
|
||||
@@ -380,11 +379,7 @@ public class FragmentQuickSetup extends FragmentBase {
|
||||
identity.display = null;
|
||||
identity.color = null;
|
||||
|
||||
CharSequence promote = context.getText(R.string.app_promote);
|
||||
if (promote instanceof Spanned)
|
||||
identity.signature = HtmlHelper.toHtml((Spanned) promote);
|
||||
else
|
||||
identity.signature = null;
|
||||
identity.signature = null;
|
||||
|
||||
identity.auth_type = ConnectionHelper.AUTH_TYPE_PASSWORD;
|
||||
identity.host = provider.smtp_host;
|
||||
|
||||
Reference in New Issue
Block a user