This commit is contained in:
M66B 2019-03-12 18:16:33 +00:00
parent 4913fffba1
commit a925185bb2
1 changed files with 0 additions and 7 deletions

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;