| Index: ios/chrome/browser/ui/authentication/chrome_signin_view_controller.mm
|
| diff --git a/ios/chrome/browser/ui/authentication/chrome_signin_view_controller.mm b/ios/chrome/browser/ui/authentication/chrome_signin_view_controller.mm
|
| index f83d98901f83212fb595569635c21631c50ed915..cc10f5fcd6bd8759968941effe37dee293a9af84 100644
|
| --- a/ios/chrome/browser/ui/authentication/chrome_signin_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/authentication/chrome_signin_view_controller.mm
|
| @@ -692,6 +692,7 @@ void HideButton(UIButton* button) {
|
|
|
| _gradientView.reset([[UIView alloc] initWithFrame:CGRectZero]);
|
| _gradientLayer.reset([[CAGradientLayer layer] retain]);
|
| + [_gradientView setUserInteractionEnabled:NO];
|
| _gradientLayer.get().colors = [NSArray
|
| arrayWithObjects:(id)[[UIColor colorWithWhite:1 alpha:0] CGColor],
|
| (id)[self.backgroundColor CGColor], nil];
|
|
|