Skip to content

Commit 6aa003d

Browse files
committed
fix: webview was being added to the view hierarchy regardless of the
result of the registration check
1 parent a08fd34 commit 6aa003d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/IonicPortals/PortalView/PortalUIView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class PortalUIView: UIView {
7474
return
7575
}
7676

77-
addPinnedSubview(webView)
77+
initView()
7878
registerPlugins()
7979

8080
let url = bridge.config.appStartServerURL

0 commit comments

Comments
 (0)