mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +00:00
Small improvement
This commit is contained in:
parent
4387237a6f
commit
2abe595e11
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue