commit | f3df5354a5ddbeb5ec2e88f4f72cb7224430d618 | [log] [tgz] |
---|---|---|
author | Shen Lin <shhenlin@gmail.com> | Fri Sep 23 00:44:44 2022 +0800 |
committer | Shen Lin <shhenlin@gmail.com> | Fri Sep 23 00:53:28 2022 +0800 |
tree | d207ba6afa4337e090b6b42f90e26c9410a52258 | |
parent | 96c760a013546a0ad925a00a1b3a7e2f2dd98c81 [diff] |
Fix potential NPE when callback remote animator This potential NPE can cause Launcher crash. In applyAnimationUnchecked(), sources is annotated with @Nullable so we need a null check before dispatching callbacks. Bug: 248274834 Test: atest Change-Id: I98b9b6cc9832745ed0ce6a85915dcedc63a5b9c8