CR: re-enable default keyboard toggle

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent c91658119d
commit 1ec409ad2b

@ -1401,13 +1401,8 @@ typedef NS_ENUM(NSInteger, MessagesRangeSizeMode) {
return;
}
// FIXME inputAccessoryView - if using numeric keyboard, switch back to alpha after
// sending.
// The JSQ event listeners cause a bounce animation, so we temporarily disable them.
// [self setShouldIgnoreKeyboardChanges:YES];
// [self dismissKeyBoard];
// [self popKeyBoard];
// [self setShouldIgnoreKeyboardChanges:NO];
[self dismissKeyBoard];
[self popKeyBoard];
}
#pragma mark - Dynamic Text

Loading…
Cancel
Save