rageshake: Remove useless title addition in issue title

Change-Id: I56de1ae9dbd9a569504d7ef1a5c66efd1ad414b2
This commit is contained in:
SpiritCroc 2021-05-25 11:27:35 +02:00
parent d527e2039c
commit c97024ee3c
1 changed files with 3 additions and 3 deletions

View File

@ -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