Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java +1 −2 Original line number Diff line number Diff line Loading @@ -621,8 +621,7 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView /* bottom= */ fullHeight ); } else if (clipSide == BOTTOM) { setOutlineRect(0, mAppearAnimationTranslation, getWidth(), height + mAppearAnimationTranslation); setOutlineRect(0, 0, getWidth(), height); } } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ActivatableNotificationView.java +1 −2 Original line number Diff line number Diff line Loading @@ -621,8 +621,7 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView /* bottom= */ fullHeight ); } else if (clipSide == BOTTOM) { setOutlineRect(0, mAppearAnimationTranslation, getWidth(), height + mAppearAnimationTranslation); setOutlineRect(0, 0, getWidth(), height); } } } Loading