mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
"ActivityRecord not found" is not our fault
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user