Disable partial text selection; ignore taps outside links; ignore taps on non-sent messages, link-icy all links.

This commit is contained in:
Matthew Chen 2017-11-13 11:18:38 -05:00
parent c91dda43e0
commit 3da1d8c63f

View file

@ -1132,16 +1132,6 @@ NS_ASSUME_NONNULL_BEGIN
} else {
[self.expirationTimerView clearAnimations];
}
[self debugFirstResponder:self depth:0];
}
- (void)debugFirstResponder:(UIView *)view depth:(int)depth
{
DDLogError(@"debugFirstResponder[%@ / %d]: %d", view.class, depth, [view canBecomeFirstResponder]);
for (UIView *subview in view.subviews) {
[self debugFirstResponder:subview depth:depth + 1];
}
}
// case TSInfoMessageAdapter: {