1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 18:27:43 +00:00

Small improvement

This commit is contained in:
M66B 2020-03-25 10:47:08 +01:00
parent 4387237a6f
commit 2abe595e11

View file

@ -572,7 +572,7 @@ public class Log {
ex.getMessage() != null &&
(ex.getMessage().startsWith("Could not get application info") ||
ex.getMessage().startsWith("Unable to create service") ||
ex.getMessage().startsWith("Failure delivering result ")))
ex.getMessage().startsWith("Failure delivering result")))
return false;
/*
java.lang.RuntimeException: Could not get application info.