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
1 file changed