mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-03 04:27:35 +01:00
Don't prompt for crash report
This commit is contained in:
parent
02e3e2b12e
commit
1d97f79564
@ -233,12 +233,14 @@ class HomeActivity : VectorBaseActivity(), ToolbarConfigurable {
|
||||
if (vectorUncaughtExceptionHandler.didAppCrash(this)) {
|
||||
vectorUncaughtExceptionHandler.clearAppCrashStatus(this)
|
||||
|
||||
/*
|
||||
AlertDialog.Builder(this)
|
||||
.setMessage(R.string.send_bug_report_app_crashed)
|
||||
.setCancelable(false)
|
||||
.setPositiveButton(R.string.yes) { _, _ -> bugReporter.openBugReportScreen(this) }
|
||||
.setNegativeButton(R.string.no) { _, _ -> bugReporter.deleteCrashFile(this) }
|
||||
.show()
|
||||
*/
|
||||
} else {
|
||||
showDisclaimerDialog(this)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user