mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Delay DNS errors
This commit is contained in:
@@ -1580,7 +1580,7 @@ public class Log {
|
||||
ex.getCause() instanceof SocketTimeoutException)
|
||||
return null;
|
||||
|
||||
if (false &&
|
||||
if (BuildConfig.PLAY_STORE_RELEASE &&
|
||||
ex instanceof MessagingException &&
|
||||
ex.getCause() instanceof UnknownHostException)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user