Browse Source

fixed error

pull/1/head
InKwon James Kim 5 years ago
parent
commit
3cf0e157e6
  1. BIN
      .DS_Store
  2. 1
      GMERemittance/Module/ResendExchange/User Interface/Presenter/ResendExchangePresenter.swift

BIN
.DS_Store

1
GMERemittance/Module/ResendExchange/User Interface/Presenter/ResendExchangePresenter.swift

@ -46,6 +46,7 @@ extension ResendExchangePresenter: ResendExchangeInteractorOutput {
} }
func showExchangeRate(error: Error) { func showExchangeRate(error: Error) {
self.view?.hideLoading()
self.view?.showExchangeRate(error: error.localizedDescription) self.view?.showExchangeRate(error: error.localizedDescription)
} }

Loading…
Cancel
Save