We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7fa78 commit aaa6ec0Copy full SHA for aaa6ec0
ios/chrome/browser/ui/autofill/manual_fill/action_cell.mm
@@ -89,6 +89,7 @@ - (void)prepareForReuse {
89
[self.titleButton setTitleColor:UIColor.cr_manualFillTintColor
90
forState:UIControlStateNormal];
91
self.titleButton.enabled = YES;
92
+ self.grayLine.hidden = YES;
93
}
94
95
- (void)setUpWithTitle:(NSString*)title
@@ -113,10 +114,7 @@ - (void)setUpWithTitle:(NSString*)title
113
114
[verticalLeadViews addObject:self.titleButton];
115
116
if (showSeparator) {
- [verticalLeadViews addObject:self.grayLine];
117
self.grayLine.hidden = NO;
118
- } else {
119
- self.grayLine.hidden = YES;
120
121
122
self.verticalConstraints =
0 commit comments