commit | 5b219a34ab8659b0bc51d43ad61d630aeb4625e0 | [log] [tgz] |
---|---|---|
author | Yi-Ling Chuang <emilychuang@google.com> | Thu Jun 03 18:04:36 2021 +0800 |
committer | Yi-Ling Chuang <emilychuang@google.com> | Thu Jun 03 18:12:07 2021 +0800 |
tree | ffc2535fdab2058dd0a9b8e805c8df1fa0a10284 | |
parent | 09666f9ef44b5bcff11b41fb0cd33264ea2f7cc9 [diff] |
Disable RecyclerView animation to fix the broken UI RecyclerView has item animation by default. In this bug, RV animation seems to be interrupted by the page transitions(Shared Axis), and so items could not finish sliding to its position. Hence, disable RV animation to fix it. Fixes: 189720797 Test: Navigate to Mobile & Wifi usage page and see the normal UI. Change-Id: I52920715ae4b63ef78a73fcb9c76c6d20f80e012