"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
1 changed files with 1 additions and 0 deletions

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;