mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Cleanup
This commit is contained in:
parent
4913fffba1
commit
a925185bb2
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue