mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-17 23:59:53 +01:00
Oops
This commit is contained in:
@@ -563,7 +563,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
||||
host = Uri.decode(host);
|
||||
text = "tel://" + host;
|
||||
} else if ("mailto".equals(scheme)) {
|
||||
if (host != null) {
|
||||
if (host == null) {
|
||||
MailTo email = MailTo.parse(uri.toString());
|
||||
host = UriHelper.getEmailDomain(email.getTo());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user