diff --git a/tns-core-modules/ui/core/view/view.android.ts b/tns-core-modules/ui/core/view/view.android.ts index cca6cf8b1..22f847d59 100644 --- a/tns-core-modules/ui/core/view/view.android.ts +++ b/tns-core-modules/ui/core/view/view.android.ts @@ -280,7 +280,7 @@ export class View extends ViewCommon { } if (!manager && this._context) { - manager = (this._context).getSupportFragmentManager(); + manager = (this._context).getSupportFragmentManager(); } this._manager = manager;