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; return;
} }
// FIXME inputAccessoryView - if using numeric keyboard, switch back to alpha after [self dismissKeyBoard];
// sending. [self popKeyBoard];
// The JSQ event listeners cause a bounce animation, so we temporarily disable them.
// [self setShouldIgnoreKeyboardChanges:YES];
// [self dismissKeyBoard];
// [self popKeyBoard];
// [self setShouldIgnoreKeyboardChanges:NO];
} }
#pragma mark - Dynamic Text #pragma mark - Dynamic Text

Loading…
Cancel
Save