commit | 2116f0e156e09939362867c35b1d04576ddb3c6f | [log] [tgz] |
---|---|---|
author | mattsziklay <mattsziklay@google.com> | Mon Nov 18 21:43:19 2024 -0800 |
committer | mattsziklay <mattsziklay@google.com> | Tue Nov 19 09:27:28 2024 -0800 |
tree | c1f1e0da5a5301f639b3f4f918553cd07cc24851 | |
parent | fe25ea1a153bbee2b496d76c36a4de3433d64df4 [diff] |
Skip fade out animator if current type is NO_INDICATOR. In rare cases, an indicator can attempt to fade out before its initial type is determined and it's begun to fade in, causing a crash due to invalid argument type when fetching indicator bounds. Since no indicator is present, we don't need to animate; simply run the callback and return. Bug: 368007073 Test: Manual Flag: EXEMPT bugfix Change-Id: Ief33c022f0e53c14ce4aada4d1cd3286215dd8d4