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

pull/1/head
Matthew Chen 8 years ago
parent 3da1d8c63f
commit c3b6c9055e

@ -1297,6 +1297,8 @@ NS_ASSUME_NONNULL_BEGIN
return;
}
_isPresentingMenuController = isPresentingMenuController;
if (isPresentingMenuController) {
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(didHideMenuController:)

Loading…
Cancel
Save