From 1482b51792a93f704e6adf51938df6e32797de6b Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Fri, 17 Jun 2022 15:40:10 +0300 Subject: [PATCH] #76 remove unused method --- .../Sources/Screens/BugReport/BugReportCoordinator.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ElementX/Sources/Screens/BugReport/BugReportCoordinator.swift b/ElementX/Sources/Screens/BugReport/BugReportCoordinator.swift index 10658663f0..99645e1485 100644 --- a/ElementX/Sources/Screens/BugReport/BugReportCoordinator.swift +++ b/ElementX/Sources/Screens/BugReport/BugReportCoordinator.swift @@ -95,11 +95,6 @@ final class BugReportCoordinator: Coordinator, Presentable { loadingIndicator = nil } - /// Show success indicator - private func showSuccess(label: String) { - errorIndicator = indicatorPresenter.present(.success(label: label)) - } - /// Show error indicator private func showError(label: String) { errorIndicator = indicatorPresenter.present(.error(label: label))