Fix: tapping input obscures last messages

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent d603e587f6
commit b4d3e8e744

@ -11,6 +11,9 @@ NS_ASSUME_NONNULL_BEGIN
- (BOOL)canBecomeFirstResponder - (BOOL)canBecomeFirstResponder
{ {
// Intercept to scroll to bottom when text view is tapped.
[self.textViewPasteDelegate textViewDidChangeSize];
return YES; return YES;
} }

Loading…
Cancel
Save