[ios] Stops cancelling gestures in presented Infobar Modal.
This tap gesture was preventing the TableView from recognizing some delegate callback like didSelectRow. Setting cancelsTouchesInView to NO "forwards" the touch to the TableView successfully. Bug: 1018341 Change-Id: I249e6795b47d67c168eaf574dfdb765ee1bd6d38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1911480Reviewed-by:Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#714529}
Showing
Please register or sign in to comment