Commit 4454f7247491752747d620d95f22a4272bfa989f
1 parent
68b021fe
0.6.7
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveVideoClassifyKit.podspec
CNLiveVideoClassifyKit/Classes/ClassifyCategory/Controller/CNLiveClassifySegmentController.m
| ... | ... | @@ -374,7 +374,7 @@ static const CGFloat animationHeight = 15; |
| 374 | 374 | CATransition* transition = [CATransition animation]; |
| 375 | 375 | transition.type = kCATransitionPush; |
| 376 | 376 | transition.subtype = kCATransitionFromRight; |
| 377 | - [self.navigationController popViewControllerTransition:transition]; | |
| 377 | + [self.navigationController popToRootViewControllerTransition:transition]; | |
| 378 | 378 | } |
| 379 | 379 | #pragma mark - Method |
| 380 | 380 | - (NSInteger)containsWithChannelId:(NSString *)channelId { | ... | ... |