Make a fixed ordering of launcher container views
There are three container views within the launcher search box: app tiles, results list, and answer card. Currently, the order of these containers in the UI is dynamic: it changes depending on the display scores of the results within each container. In practice though, we always want one ordering: app tiles, answer card, then results list. But the dependence on result scores is a source of bugs, because ML ranking can significantly change the UI. This CL fixes the container scores to prevent these kinds of bugs in future. Bug: 1028447 Change-Id: I2217fc9c1f8715b7073f1afd976e1a1b87343e04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2345924Reviewed-by:Jenny Zhang <jennyz@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#797569}
Showing
Please register or sign in to comment