remove overzealous assert

// FREEBIE
This commit is contained in:
Michael Kirk 2017-10-25 12:14:32 -07:00
parent 3065b22bb6
commit 709010499f
1 changed files with 1 additions and 1 deletions

View File

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