fix overzealous assert

This commit is contained in:
Michael Kirk 2019-04-03 10:53:08 -06:00
parent fdc9db3487
commit 8ead2cc83d
1 changed files with 1 additions and 1 deletions

View File

@ -2977,7 +2977,7 @@ typedef enum : NSUInteger {
didPickImageAttachments:(NSArray<SignalAttachment *> *)attachments
messageText:(NSString *_Nullable)messageText
{
OWSAssert(self.isFirstResponder);
OWSAssertDebug(self.isFirstResponder);
if (@available(iOS 10, *)) {
// do nothing
} else {