Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java +3 −1 Original line number Diff line number Diff line Loading @@ -444,9 +444,11 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView if (onFinishedRunnable != null) { onFinishedRunnable.run(); } if (mRunWithoutInterruptions) { enableAppearDrawing(false); } // We need to reset the View state, even if the animation was cancelled enableAppearDrawing(false); onAppearAnimationFinished(isAppearing); if (mRunWithoutInterruptions) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java +3 −1 Original line number Diff line number Diff line Loading @@ -444,9 +444,11 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView if (onFinishedRunnable != null) { onFinishedRunnable.run(); } if (mRunWithoutInterruptions) { enableAppearDrawing(false); } // We need to reset the View state, even if the animation was cancelled enableAppearDrawing(false); onAppearAnimationFinished(isAppearing); if (mRunWithoutInterruptions) { Loading