commit | 514f866f5c6a191fe17cc616fb420efe10710ff8 | [log] [tgz] |
---|---|---|
author | Brian Isganitis <brianji@google.com> | Mon Apr 08 15:15:37 2024 -0700 |
committer | Brian Isganitis <brianji@google.com> | Mon Apr 08 15:15:41 2024 -0700 |
tree | ea73ec31363792f57e8790497955c4220e9a71a8 | |
parent | 962b3d43ea5bedae2363d7b923e50f6144a92088 [diff] |
Use translation shift setter when showing AllApps without animation. The no-animation case used to be handled immediately upon inflating the view, so we got away with reassigning the field to TRANSLATION_SHIFT_OPENED directly. Since this happens in post of a handler, we need to instead use the setter so that a relayout happens. Test: Manual Fix: 324268840 Flag: N/A Change-Id: I089f15a8d64e0d22885ae387679214a540790ad0