forked from GitHub-Mirror/riotX-android
Report Bug by default
This commit is contained in:
parent
38ceb6f52a
commit
4d7f1b4fee
@ -433,7 +433,7 @@ class BugReporter @Inject constructor(private val activeSessionHolder: ActiveSes
|
|||||||
/**
|
/**
|
||||||
* Send a bug report either with email or with Vector.
|
* 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)
|
screenshot = takeScreenshot(activity)
|
||||||
|
|
||||||
val intent = Intent(activity, BugReportActivity::class.java)
|
val intent = Intent(activity, BugReportActivity::class.java)
|
||||||
|
Loading…
Reference in New Issue
Block a user