mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Report Play store crashes too
This commit is contained in:
@@ -84,8 +84,8 @@ public class ApplicationEx extends Application {
|
||||
}
|
||||
|
||||
public boolean ownFault(Throwable ex) {
|
||||
if (!Helper.isPlayStoreInstall(this))
|
||||
return true;
|
||||
//if (!Helper.isPlayStoreInstall(this))
|
||||
// return true;
|
||||
|
||||
if (ex instanceof OutOfMemoryError)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user