mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Fixed a problem with going back with cachePagesOnNavigate
Related to #1948
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user