remove overzealous assert

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent 3065b22bb6
commit 709010499f

@ -4136,7 +4136,7 @@ interactionControllerForAnimationController:(id<UIViewControllerAnimatedTransiti
UIPanGestureRecognizer *recognizer = self.currentShowMessageDetailsPanGesture; UIPanGestureRecognizer *recognizer = self.currentShowMessageDetailsPanGesture;
if (recognizer == nil) { if (recognizer == nil) {
OWSFail(@"currentShowMessageDetailsPanGesture was unexpectedly nil"); // Not in the middle of the `currentShowMessageDetailsPanGesture`, abort.
return nil; return nil;
} }

Loading…
Cancel
Save