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) {
|
||||
val text = when (reportType) {
|
||||
ReportType.BUG_REPORT -> "[SchildiChat] $bugDescription"
|
||||
ReportType.SUGGESTION -> "[SchildiChat] [Suggestion] $bugDescription"
|
||||
ReportType.SPACE_BETA_FEEDBACK -> "[SchildiChat] [spaces-feedback] $bugDescription"
|
||||
ReportType.BUG_REPORT -> "$bugDescription"
|
||||
ReportType.SUGGESTION -> "[Suggestion] $bugDescription"
|
||||
ReportType.SPACE_BETA_FEEDBACK -> "[spaces-feedback] $bugDescription"
|
||||
}
|
||||
|
||||
// build the multi part request
|
||||
|
|
Loading…
Reference in New Issue