diff --git a/tns-core-modules/ui/frame/frame.android.ts b/tns-core-modules/ui/frame/frame.android.ts index 041317456..260c79a9c 100644 --- a/tns-core-modules/ui/frame/frame.android.ts +++ b/tns-core-modules/ui/frame/frame.android.ts @@ -47,8 +47,6 @@ function onFragmentShown(fragment: FragmentClass) { var isBack = currentNavigationContext ? currentNavigationContext.isBackNavigation : false; - transitionModule._removePageNativeViewFromAndroidParent(page); - frame._addView(page); // onFragmentShown is called before NativeActivity.start where we call frame.onLoaded