Skip to content

Commit

Permalink
Merge pull request #648 from minvws/chore/delete_old_class
Browse files Browse the repository at this point in the history
Delete CardFooterView
  • Loading branch information
Rool authored Jul 22, 2021
2 parents b657194 + efafd26 commit d515dea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ class HolderDashboardViewController: BaseViewController {

case europeanUnionQR(rows: [QRCardRow], isLoading: Bool, didTapViewQR: () -> Void, buttonEnabledEvaluator: (Date) -> Bool, expiryCountdownEvaluator: ((Date) -> String?)?)

case cardFooter(message: String)

case errorMessage(message: String, didTapTryAgain: () -> Void)
}

Expand Down Expand Up @@ -161,12 +159,6 @@ class HolderDashboardViewController: BaseViewController {

return qrCard

case let .cardFooter(message):

let cardFooterView = CardFooterView()
cardFooterView.title = message
return cardFooterView

case let .errorMessage(message, didTapTryAgain):

let errorView = ErrorDashboardView()
Expand Down
48 changes: 0 additions & 48 deletions Sources/CTR/Interface/Holder/Dashboard/Views/CardFooterView.swift

This file was deleted.

0 comments on commit d515dea

Please sign in to comment.