mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 09:56:00 +03:00
Report Bug by default
This commit is contained in:
parent
38ceb6f52a
commit
4d7f1b4fee
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue