Fix the special-case code for textfield first responder left view thingie in the location bar view. |
||||
Issue description// TODO(stkhapugin): This should not be done like this; instead the // responder status of the textfield should be broadcasted and observed // by the mediator of location bar, that would then show/hide the // leading button. BOOL hidden = (!IsIPadIdiom() && [self.textField isFirstResponder]); [self setLeadingButtonHidden:hidden];
,
Jul 16
,
Jul 16
,
Aug 20
This is post-UI Refresh cleanup. |
||||
►
Sign in to add a comment |
||||
Comment 1 by sczs@chromium.org
, Dec 8 2017