mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
b2d37c3964
commit
c728b18036
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue