commit | 6103c92a56900a8a68ae8b2d3701da4688115254 | [log] [tgz] |
---|---|---|
author | chaviw <chaviw@google.com> | Mon Mar 30 14:56:54 2020 -0700 |
committer | chaviw <chaviw@google.com> | Fri Apr 03 14:34:29 2020 -0700 |
tree | 235b45c1929991d273fd0f47430d14e29b148f67 | |
parent | 9177c77262fb190659ce0b031d7eb3696196d067 [diff] |
Override base isAnimating in WindowState WindowState overrides the isAnimating call. A new base method was added to handle specific animation types, but the WindowState class was still overriding the old isAnimating call. Therefore, the check for insets provider was not handled. Test: NexusLauncherTests Fixes: 152657145 Change-Id: I32f5469fa992adb712779a6cb961bd3a1b44a227