Refactoring

This commit is contained in:
M66B
2020-04-16 17:39:29 +02:00
parent 67d621450d
commit 1f8079e773
7 changed files with 15 additions and 15 deletions

View File

@@ -3818,7 +3818,7 @@ public class FragmentCompose extends FragmentBase {
for (InternetAddress address : ato)
address.validate();
if (lookup_mx)
DNSHelper.lookupMx(context, ato);
DnsHelper.lookupMx(context, ato);
}
} catch (AddressException ex) {
throw new AddressException(context.getString(R.string.title_address_parse_error,
@@ -3832,7 +3832,7 @@ public class FragmentCompose extends FragmentBase {
for (InternetAddress address : acc)
address.validate();
if (lookup_mx)
DNSHelper.lookupMx(context, acc);
DnsHelper.lookupMx(context, acc);
}
} catch (AddressException ex) {
throw new AddressException(context.getString(R.string.title_address_parse_error,
@@ -3846,7 +3846,7 @@ public class FragmentCompose extends FragmentBase {
for (InternetAddress address : abcc)
address.validate();
if (lookup_mx)
DNSHelper.lookupMx(context, abcc);
DnsHelper.lookupMx(context, abcc);
}
} catch (AddressException ex) {
throw new AddressException(context.getString(R.string.title_address_parse_error,