Commit 2127f7c3 authored by Javier Ernesto Flores Robles's avatar Javier Ernesto Flores Robles Committed by Commit Bot

[iOS][Alert] Don't delay touches in actions

Bug: 999957
Change-Id: I04645a21455d0ed7aeb6dc014f68b234a09a3793
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787500
Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org>
Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org>
Reviewed-by: default avatarKurt Horimoto <kkhorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#693763}
parent 98baa333
......@@ -206,6 +206,7 @@ constexpr NSUInteger kUIViewAnimationCurveToOptionsShift = 16;
]];
UIScrollView* scrollView = [[UIScrollView alloc] init];
scrollView.delaysContentTouches = NO;
scrollView.showsVerticalScrollIndicator = YES;
scrollView.showsHorizontalScrollIndicator = NO;
scrollView.translatesAutoresizingMaskIntoConstraints = NO;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment