mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
@ -428,8 +428,8 @@ export class NavController extends Ion {
|
|||||||
opts = {};
|
opts = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (enteringView.usePortal && this._portal) {
|
if (enteringView.usePortal && rootNav._portal) {
|
||||||
return this._portal.present(enteringView, opts);
|
return rootNav._portal.present(enteringView, opts);
|
||||||
}
|
}
|
||||||
|
|
||||||
enteringView.setNav(rootNav);
|
enteringView.setNav(rootNav);
|
||||||
|
Reference in New Issue
Block a user