mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 18:59:12 +03:00
Rageshake: add label "can contact"
Change-Id: I76eafb3b65ff76f531e577b9693dff25f2c3f878
This commit is contained in:
parent
95b5efe3f4
commit
d527e2039c
1 changed files with 5 additions and 1 deletions
|
@ -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 -> {
|
||||
|
|
Loading…
Add table
Reference in a new issue