Merge "Fix possible NPE" into rvc-dev am: c3260a4c39
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11978927 Change-Id: I86373c421850f03ae9f252b25ba1a049afea27af
This commit is contained in:
@@ -1904,7 +1904,7 @@ public class BubbleStackView extends FrameLayout
|
|||||||
AnimatableScaleMatrix.getAnimatableValueForScaleFactor(1f),
|
AnimatableScaleMatrix.getAnimatableValueForScaleFactor(1f),
|
||||||
mScaleInSpringConfig)
|
mScaleInSpringConfig)
|
||||||
.addUpdateListener((target, values) -> {
|
.addUpdateListener((target, values) -> {
|
||||||
if (mExpandedBubble.getIconView() == null) {
|
if (mExpandedBubble == null || mExpandedBubble.getIconView() == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
mExpandedViewContainerMatrix.postTranslate(
|
mExpandedViewContainerMatrix.postTranslate(
|
||||||
|
|||||||
Reference in New Issue
Block a user