Rageshake: add label "can contact"
Change-Id: I76eafb3b65ff76f531e577b9693dff25f2c3f878
This commit is contained in:
parent
95b5efe3f4
commit
d527e2039c
|
@ -317,8 +317,12 @@ class BugReporter @Inject constructor(
|
||||||
builder.addFormDataPart("label", BuildConfig.FLAVOR_DESCRIPTION)
|
builder.addFormDataPart("label", BuildConfig.FLAVOR_DESCRIPTION)
|
||||||
builder.addFormDataPart("label", context.getString(R.string.git_branch_name))
|
builder.addFormDataPart("label", context.getString(R.string.git_branch_name))
|
||||||
|
|
||||||
|
if (canContact) {
|
||||||
|
builder.addFormDataPart("label", "can contact")
|
||||||
|
}
|
||||||
|
|
||||||
// Special for RiotX
|
// Special for RiotX
|
||||||
builder.addFormDataPart("label", "[SchildiChat]")
|
//builder.addFormDataPart("label", "[SchildiChat]")
|
||||||
|
|
||||||
when (reportType) {
|
when (reportType) {
|
||||||
ReportType.BUG_REPORT -> {
|
ReportType.BUG_REPORT -> {
|
||||||
|
|
Loading…
Reference in New Issue