Skip to content

Commit

Permalink
fix: webview was being added to the view hierarchy regardless of the
Browse files Browse the repository at this point in the history
result of the registration check
  • Loading branch information
Steven0351 committed Dec 6, 2024
1 parent a08fd34 commit 6aa003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/IonicPortals/PortalView/PortalUIView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class PortalUIView: UIView {
return
}

addPinnedSubview(webView)
initView()
registerPlugins()

let url = bridge.config.appStartServerURL
Expand Down

0 comments on commit 6aa003d

Please sign in to comment.