diff --git a/vector/src/main/java/im/vector/app/features/home/HomeActivity.kt b/vector/src/main/java/im/vector/app/features/home/HomeActivity.kt index 8181ff8064..396bc3d7fa 100644 --- a/vector/src/main/java/im/vector/app/features/home/HomeActivity.kt +++ b/vector/src/main/java/im/vector/app/features/home/HomeActivity.kt @@ -425,14 +425,12 @@ class HomeActivity : if (vectorUncaughtExceptionHandler.didAppCrash(this)) { vectorUncaughtExceptionHandler.clearAppCrashStatus(this) -/* MaterialAlertDialogBuilder(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) }