remove global crash handler

This commit is contained in:
Yuriy Liskov
2025-04-10 23:12:07 +03:00
parent 031fc9ae72
commit 586e7d469d

View File

@ -51,7 +51,7 @@ public class MainApplication extends MultiDexApplication { // fix: Didn't find c
// Security.insertProviderAt(Conscrypt.newProvider(), 1);
//}
setupGlobalExceptionHandler();
//setupGlobalExceptionHandler();
setupViewManager();
}