@@ -669,6 +669,10 @@
{
if(_preRootPlayerNav)
+ NSArray *vcArr = _preRootPlayerNav.viewControllers;
+ if(vcArr.count > 2){
+ [_preRootPlayerNav popToViewController:vcArr[1] animated:NO];
+ }
self.window.rootViewController = _preRootPlayerNav;
}
else{