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