Delay DNS errors

This commit is contained in:
M66B
2022-02-17 12:03:07 +01:00
parent 44c2de86c6
commit eb90b9914e

View File

@@ -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;