File tree 2 files changed +1
-5
lines changed 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export class IonicPortalManager {
13
13
}
14
14
15
15
export class IonicPortal extends IonicPortalCommon {
16
-
17
16
private _androidViewId = - 1 ;
18
17
19
18
// @ts -ignore
@@ -26,9 +25,7 @@ export class IonicPortal extends IonicPortalCommon {
26
25
throw new Error ( `IonicPortal requires an 'id' property.` ) ;
27
26
}
28
27
29
-
30
28
const portalWebView = new io . ionic . portals . PortalView ( this . _context ) ;
31
-
32
29
33
30
portalWebView . setPortalId ( this . id ) ;
34
31
Original file line number Diff line number Diff line change @@ -15,14 +15,13 @@ export class IonicPortalManager {
15
15
16
16
export class IonicPortal extends IonicPortalCommon {
17
17
private _handleOrientationFn : ( args : OrientationChangedEventData ) => void ;
18
-
18
+
19
19
// @ts -ignore
20
20
get ios ( ) : PortalWebView {
21
21
return this . nativeView ;
22
22
}
23
23
24
24
createNativeView ( ) {
25
- console . log ( 'createNativeView' , this . id ) ;
26
25
if ( ! this . id ) {
27
26
throw new Error ( `IonicPortal requires an 'id' property.` ) ;
28
27
}
You can’t perform that action at this time.
0 commit comments