Rageshake: add label "can contact"

Change-Id: I76eafb3b65ff76f531e577b9693dff25f2c3f878
This commit is contained in:
SpiritCroc 2021-05-25 11:21:56 +02:00
parent 95b5efe3f4
commit d527e2039c
1 changed files with 5 additions and 1 deletions

View File

@ -317,8 +317,12 @@ class BugReporter @Inject constructor(
builder.addFormDataPart("label", BuildConfig.FLAVOR_DESCRIPTION)
builder.addFormDataPart("label", context.getString(R.string.git_branch_name))
if (canContact) {
builder.addFormDataPart("label", "can contact")
}
// Special for RiotX
builder.addFormDataPart("label", "[SchildiChat]")
//builder.addFormDataPart("label", "[SchildiChat]")
when (reportType) {
ReportType.BUG_REPORT -> {