mirror of https://github.com/M66B/FairEmail.git
"ActivityRecord not found" is not our fault
This commit is contained in:
parent
7d040e2658
commit
35f254eade
|
@ -382,6 +382,7 @@ public class ApplicationEx extends Application {
|
|||
|
||||
if (ex.getMessage() != null &&
|
||||
(ex.getMessage().startsWith("Bad notification posted") ||
|
||||
ex.getMessage().contains("ActivityRecord not found") ||
|
||||
ex.getMessage().startsWith("Unable to create layer")))
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue