diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java index ad6a5dbfd8188..9ce211539ad95 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java @@ -293,10 +293,6 @@ public class NotificationContentView extends FrameLayout { } public void reset() { - if (mContractedChild != null) { - mContractedChild.animate().cancel(); - removeView(mContractedChild); - } mPreviousExpandedRemoteInputIntent = null; if (mExpandedRemoteInput != null) { mExpandedRemoteInput.onNotificationUpdateOrReset(); @@ -327,7 +323,6 @@ public class NotificationContentView extends FrameLayout { removeView(mHeadsUpChild); mHeadsUpRemoteInput = null; } - mContractedChild = null; mExpandedChild = null; mHeadsUpChild = null; }