remove comments

This commit is contained in:
Pfeil, Scott Robert 2020-06-18 16:45:23 -04:00
parent a564173862
commit fde6e7ed9b

View File

@ -974,11 +974,11 @@ CGFloat const PanelAnimationDuration = 0.2;
self.transitionWidth = @(size.width);
void (^animate)(id<UIViewControllerTransitionCoordinatorContext>) = nil;
// if (self.leftPanelIsAccessible || self.rightPanelIsAccessible) {
if (self.leftPanelIsAccessible || self.rightPanelIsAccessible) {
animate = ^(id<UIViewControllerTransitionCoordinatorContext> context) {
[self resetDrawers];
};
// }
}
[coordinator animateAlongsideTransition:animate completion:^(id<UIViewControllerTransitionCoordinatorContext> _Nonnull context) {
self.transitionWidth = nil;