Fix possible NPE
Test: treehugger Bug: 159754859 Change-Id: I6de78cd0b7e27eaeab8d1673f12aa948d93f603a
This commit is contained in:
@@ -1898,7 +1898,7 @@ public class BubbleStackView extends FrameLayout
|
||||
AnimatableScaleMatrix.getAnimatableValueForScaleFactor(1f),
|
||||
mScaleInSpringConfig)
|
||||
.addUpdateListener((target, values) -> {
|
||||
if (mExpandedBubble.getIconView() == null) {
|
||||
if (mExpandedBubble == null || mExpandedBubble.getIconView() == null) {
|
||||
return;
|
||||
}
|
||||
mExpandedViewContainerMatrix.postTranslate(
|
||||
|
||||
Reference in New Issue
Block a user