We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d4f385 + 78d87b0 commit 0b90ea2Copy full SHA for 0b90ea2
1 file changed
packages/SystemUI/src/com/android/systemui/bubbles/animation/PhysicsAnimationLayout.java
@@ -1037,6 +1037,11 @@ private void updateValueForChild(
1037
if (view != null) {
1038
final SpringAnimation animation =
1039
(SpringAnimation) view.getTag(getTagIdForProperty(property));
1040
+
1041
+ if (animation == null) {
1042
+ return;
1043
+ }
1044
1045
final SpringForce animationSpring = animation.getSpring();
1046
1047
if (animationSpring == null) {
0 commit comments