Skip to content

Commit

Permalink
#76 remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailgulek committed Jun 17, 2022
1 parent 1e01366 commit 1482b51
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ElementX/Sources/Screens/BugReport/BugReportCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 1482b51

Please sign in to comment.