We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3071720 commit 5b77017Copy full SHA for 5b77017
1 file changed
tns-core-modules/ui/core/view/view.android.ts
@@ -314,8 +314,8 @@ export class View extends ViewCommon {
314
view = view.parent as View;
315
}
316
317
- if (!manager && this._context) {
318
- manager = (<android.support.v4.app.FragmentActivity>this._context).getSupportFragmentManager();
+ if (!manager) {
+ manager = this._getRootFragmentManager();
319
320
321
this._manager = manager;
0 commit comments