Fixes issue where personal/work tabs could overlap search reasults.
When you start searching, the header is set to "collapsed" mode. This normally hides the tabs indirectly if the height of the header changed as a result, which happens if there is a prediction row because the previous height is non-zero but is considered 0 after the collapse. However, if there was no prediction row, the height was already 0, so the header was not re-initialized, which is where the tab visibility takes effect. Fix: 235299156 Test: Manually with and without app predictions enabled and keyboard default on/off. Change-Id: I192a700ac83776f30d3207f92636113bdb8a86c5
Loading
Please register or sign in to comment