rageshake: Remove useless title addition in issue title
Change-Id: I56de1ae9dbd9a569504d7ef1a5c66efd1ad414b2
This commit is contained in:
parent
d527e2039c
commit
c97024ee3c
|
@ -247,9 +247,9 @@ class BugReporter @Inject constructor(
|
||||||
|
|
||||||
if (!mIsCancelled) {
|
if (!mIsCancelled) {
|
||||||
val text = when (reportType) {
|
val text = when (reportType) {
|
||||||
ReportType.BUG_REPORT -> "[SchildiChat] $bugDescription"
|
ReportType.BUG_REPORT -> "$bugDescription"
|
||||||
ReportType.SUGGESTION -> "[SchildiChat] [Suggestion] $bugDescription"
|
ReportType.SUGGESTION -> "[Suggestion] $bugDescription"
|
||||||
ReportType.SPACE_BETA_FEEDBACK -> "[SchildiChat] [spaces-feedback] $bugDescription"
|
ReportType.SPACE_BETA_FEEDBACK -> "[spaces-feedback] $bugDescription"
|
||||||
}
|
}
|
||||||
|
|
||||||
// build the multi part request
|
// build the multi part request
|
||||||
|
|
Loading…
Reference in New Issue