commit | 55b17eb3fb5e638386e557bef0d1869a75307f15 | [log] [tgz] |
---|---|---|
author | Jason Chiu <chiujason@google.com> | Tue Dec 13 10:35:40 2022 +0800 |
committer | Jason Chiu <chiujason@google.com> | Tue Dec 13 10:35:40 2022 +0800 |
tree | 220898027d321148c32a1a4de7ba27f08847685c | |
parent | 2d30eaa3bdc999c328d28e3a7bf7c43c6fa72583 [diff] |
Fix IllegalArgumentException from RecyclerView in PanelFragment The crash happens while RecyclerView is doing animation stuff. However, The panel doesn't use any animation in the list, so the simplest solution is to disable the ItemAnimator completely. Fix: 260923012 Test: build Change-Id: I9c5159366aca448a1075bee32ce940fbf902a450