mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Improved MX error message
This commit is contained in:
@@ -7309,7 +7309,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
checkMx(acc, context);
|
||||
checkMx(abcc, context);
|
||||
} catch (UnknownHostException ex) {
|
||||
args.putString("mx_error", ex.getMessage());
|
||||
args.putString("mx_error", context.getString(R.string.title_no_server, ex.getMessage()));
|
||||
}
|
||||
} catch (Throwable ignored) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user