Fix issue with angular not rendering...

This commit is contained in:
Hristo Hristov
2017-11-06 15:59:17 +02:00
parent a35e603d85
commit 501b954c47

View File

@ -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;