diff --git a/ElementX/Sources/Services/BugReport/BugReportService.swift b/ElementX/Sources/Services/BugReport/BugReportService.swift index d7ce70de7..c1595cefe 100644 --- a/ElementX/Sources/Services/BugReport/BugReportService.swift +++ b/ElementX/Sources/Services/BugReport/BugReportService.swift @@ -140,9 +140,7 @@ class BugReportService: NSObject, BugReportServiceProtocol { decoder.keyDecodingStrategy = .convertFromSnakeCase let uploadResponse = try decoder.decode(SubmitBugReportResponse.self, from: data) - if !(uploadResponse.reportUrl?.isEmpty ?? false) { - lastCrashEventID = nil - } + lastCrashEventID = nil MXLog.info("Feedback submitted.")