commit | cbc97bc7dd845251dadfa1e6825d294827848903 | [log] [tgz] |
---|---|---|
author | Fan Zhang <zhfan@google.com> | Mon Dec 04 14:31:30 2017 -0800 |
committer | Fan Zhang <zhfan@google.com> | Mon Dec 04 15:06:56 2017 -0800 |
tree | 9a7aeee07f752ba98cd929596b43c8df18c96efe | |
parent | d786fc5bdd29a12d79924d26ac022b42b5b9b3cc [diff] |
Hack to wait for both suggestion/category to load - This is unfortunately necessary to avoid a jank when category load completes before suggestion load, in which case user has to manually scroll up to see the suggestions. - We could technically just add scrollTo(0), but that causes the list scroll on its own within 0.5 second of settings start, and that's bad. Change-Id: I8dc869a69a5bf11bbf7644b281cc1778dd1a90e8 Fixes: 69068691 Test: visual Test: robotests