mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Delay timeout exceptions for Play store release
This commit is contained in:
@@ -1574,7 +1574,8 @@ public class Log {
|
||||
if (ex instanceof ConnectionException)
|
||||
return null;
|
||||
|
||||
if (ex instanceof MailConnectException &&
|
||||
if (BuildConfig.PLAY_STORE_RELEASE &&
|
||||
ex instanceof MailConnectException &&
|
||||
ex.getCause() instanceof SocketTimeoutException)
|
||||
return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user