Merge pull request #2216 from NativeScript/cuteness-fix

Fixed a problem with going back with cachePagesOnNavigate
This commit is contained in:
Rossen Hristov
2016-05-31 09:16:10 +03:00

View File

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