Dismiss keyboard before showing the “too short voice message” alert.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent 6833fb7181
commit 5c8956f977

@ -3210,6 +3210,8 @@ typedef enum : NSUInteger {
DDLogInfo(@"Discarding voice message; too short.");
self.audioRecorder = nil;
[self dismissKeyBoard];
[OWSAlerts
showAlertWithTitle:
NSLocalizedString(@"VOICE_MESSAGE_TOO_SHORT_ALERT_TITLE",

Loading…
Cancel
Save