Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
svojsu committed Dec 20, 2024
1 parent 4b248dc commit 40517ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ extension DAppBrowserWidgetPresenter: DAppBrowserWidgetInteractorOutputProtocol
}

func didReceiveWalletChanged() {
view?.didReceiveRequestForCachedWebViewClear()
view?.didChangeWallet()
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protocol DAppBrowserWidgetProtocol {
protocol DAppBrowserWidgetViewProtocol: ControllerBackedProtocol {
func didReceive(_ browserWidgetModel: DAppBrowserWidgetModel)
func didReceiveRequestForMinimizing()
func didReceiveRequestForCachedWebViewClear()
func didChangeWallet()
}

// MARK: VIEW -> PRESENTER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private extension DAppBrowserWidgetViewController {
// MARK: DAppBrowserWidgetViewProtocol

extension DAppBrowserWidgetViewController: DAppBrowserWidgetViewProtocol {
func didReceiveRequestForCachedWebViewClear() {
func didChangeWallet() {
webViewPoolEraser.removeAll()
}

Expand Down

0 comments on commit 40517ad

Please sign in to comment.