Merge pull request #2213 from element-hq/feature/bma/fdroid
Feature/bma/fdroid
This commit is contained in:
commit
997629294e
13 changed files with 53 additions and 40 deletions
|
|
@ -199,6 +199,7 @@ class DefaultBugReporter @Inject constructor(
|
|||
|
||||
// add some github labels
|
||||
builder.addFormDataPart("label", buildMeta.versionName)
|
||||
builder.addFormDataPart("label", buildMeta.flavorDescription)
|
||||
if (crashCallStack.isNotEmpty() && withCrashLogs) {
|
||||
builder.addFormDataPart("label", "crash")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue