commit | bb10fa8fc2f125245163a50bf6cd04ff03bdfac4 | [log] [tgz] |
---|---|---|
author | Jon Miranda <jonmiranda@google.com> | Mon Aug 14 12:35:53 2017 -0700 |
committer | Jon Miranda <jonmiranda@google.com> | Mon Aug 14 12:35:53 2017 -0700 |
tree | 32a35c43f15e609c3fde07c8d33364ff6849258e | |
parent | 56ad97cf2de97ea91fff6e6ab5165791f272f5ba [diff] |
Fix bug where all apps scrollbar jumps. The problem is that rowAppIndex is not being set when we swap in the new predictions. So when we call AllAppsRecyclerView#getCurrentScrollY, the "item.rowAppIndex == 0" clause returns true for every predicted app, which results in a larger than expected value. Bug: 64628968 Change-Id: I37ca660522b5a99666de2ea0b9c0aa8cd3732aca