File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ECSlidingViewController/Vendor/ECSlidingViewController Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -504,8 +504,8 @@ - (void)underLeftWillAppear
504
504
[[NSNotificationCenter defaultCenter ] postNotificationName: ECSlidingViewUnderLeftWillAppear object: self userInfo: nil ];
505
505
});
506
506
[self .underRightView removeFromSuperview ];
507
- [self .view insertSubview: self .underLeftView belowSubview: self .topView];
508
507
[self updateUnderLeftLayout ];
508
+ [self .view insertSubview: self .underLeftView belowSubview: self .topView];
509
509
_underLeftShowing = YES ;
510
510
_underRightShowing = NO ;
511
511
}
@@ -516,8 +516,8 @@ - (void)underRightWillAppear
516
516
[[NSNotificationCenter defaultCenter ] postNotificationName: ECSlidingViewUnderRightWillAppear object: self userInfo: nil ];
517
517
});
518
518
[self .underLeftView removeFromSuperview ];
519
- [self .view insertSubview: self .underRightView belowSubview: self .topView];
520
519
[self updateUnderRightLayout ];
520
+ [self .view insertSubview: self .underRightView belowSubview: self .topView];
521
521
_underLeftShowing = NO ;
522
522
_underRightShowing = YES ;
523
523
}
You can’t perform that action at this time.
0 commit comments