After sending a text message, the "send" button should revert to mic.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent 7f83c6f163
commit f10d530410

@ -1509,6 +1509,7 @@ typedef enum : NSUInteger {
}
[self clearDraft];
[self finishSendingMessage];
[((OWSMessagesToolbarContentView *)self.inputToolbar.contentView)ensureSubviews];
}
}

Loading…
Cancel
Save