Fixed a problem with going back with cachePagesOnNavigate

Related to #1948
This commit is contained in:
Rossen Hristov
2016-05-30 17:19:04 +03:00
parent f1f588e65e
commit d1620e3387

View File

@ -47,8 +47,6 @@ function onFragmentShown(fragment: FragmentClass) {
var isBack = currentNavigationContext ? currentNavigationContext.isBackNavigation : false; var isBack = currentNavigationContext ? currentNavigationContext.isBackNavigation : false;
transitionModule._removePageNativeViewFromAndroidParent(page);
frame._addView(page); frame._addView(page);
// onFragmentShown is called before NativeActivity.start where we call frame.onLoaded // onFragmentShown is called before NativeActivity.start where we call frame.onLoaded