Show CrashScreen instead of quit when crash on Android (#8263)

This commit is contained in:
CrispyXYZ
2022-12-29 19:51:53 +08:00
committed by GitHub
parent fe655b6b7e
commit 68c6c60f77

View File

@ -62,11 +62,6 @@ Sources for Info about current orientation in case need:
*/
override fun shouldPreferExternalStorage(): Boolean = true
override fun handleUncaughtThrowable(ex: Throwable): Boolean {
thread { throw ex } // this will kill the app but report the exception to the Google Play Console if the user allows it
return true
}
override fun addImprovements(textField: TextField): TextField {
return TextfieldImprovements.add(textField)
}