1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 03:05:31 +00:00

"ActivityRecord not found" is not our fault

This commit is contained in:
M66B 2019-07-10 09:18:30 +02:00
parent 7d040e2658
commit 35f254eade

View file

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