"ActivityRecord not found" is not our fault

pull/157/head
M66B 5 years ago
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…
Cancel
Save