1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00
This commit is contained in:
M66B 2019-03-12 18:16:33 +00:00
parent 4913fffba1
commit a925185bb2

View file

@ -250,13 +250,6 @@ class Core {
}
continue;
} else if (ex instanceof MessagingException) {
// Socket timeout is a recoverable condition (send message)
if (ex.getCause() instanceof SocketTimeoutException) {
Log.w("Recoverable");
// No need to inform user
return;
}
}
throw ex;