Skip to content

Commit

Permalink
reload new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
svojsu committed Nov 11, 2024
1 parent 3d835a1 commit db74851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ extension DAppBrowserPresenter: DAppBrowserInteractorOutputProtocol {

let viewModel = DAppBrowserTabViewModel(
tab: tab,
loadRequired: tab.state == nil,
loadRequired: true,
webView: webView
)

Expand Down

0 comments on commit db74851

Please sign in to comment.