mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Cleanup
This commit is contained in:
parent
b1bd9f6326
commit
386eea9a99
2 changed files with 1 additions and 2 deletions
|
@ -360,7 +360,7 @@ public class ContactInfo {
|
|||
"googlemail.com".equals(domain))
|
||||
domain = "support.google.com";
|
||||
|
||||
// https://yahoo.fr redirect unsafely to http://fr.yahoo.com/favicon.ico
|
||||
// https://yahoo.fr redirects unsafely to http://fr.yahoo.com/favicon.ico
|
||||
String[] d = domain.split("\\.");
|
||||
if (d.length > 1 && "yahoo".equals(d[d.length - 2]))
|
||||
domain = "yahoo.com";
|
||||
|
|
|
@ -57,7 +57,6 @@ import androidx.core.graphics.ColorUtils;
|
|||
import androidx.exifinterface.media.ExifInterface;
|
||||
import androidx.preference.PreferenceManager;
|
||||
|
||||
import com.caverock.androidsvg.RenderOptions;
|
||||
import com.caverock.androidsvg.SVG;
|
||||
|
||||
import java.io.BufferedInputStream;
|
||||
|
|
Loading…
Reference in a new issue