Report Bug by default

This commit is contained in:
Benoit Marty 2019-06-28 16:57:01 +02:00
parent 38ceb6f52a
commit 4d7f1b4fee
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ class BugReporter @Inject constructor(private val activeSessionHolder: ActiveSes
/**
* Send a bug report either with email or with Vector.
*/
fun openBugReportScreen(activity: Activity, forSuggestion: Boolean = true) {
fun openBugReportScreen(activity: Activity, forSuggestion: Boolean = false) {
screenshot = takeScreenshot(activity)

val intent = Intent(activity, BugReportActivity::class.java)