mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Fix issue with angular not rendering...
This commit is contained in:
@ -440,10 +440,10 @@ export class Page extends PageBase {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Don't add modal pages our visual tree.
|
// // Don't add modal pages our visual tree.
|
||||||
if (child !== this.content) {
|
// if (child !== this.content) {
|
||||||
return true;
|
// return true;
|
||||||
}
|
// }
|
||||||
|
|
||||||
const nativeParent = this.nativeViewProtected.subviews[0];
|
const nativeParent = this.nativeViewProtected.subviews[0];
|
||||||
const nativeChild = child.nativeViewProtected;
|
const nativeChild = child.nativeViewProtected;
|
||||||
|
Reference in New Issue
Block a user