Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java +1 −1 Original line number Diff line number Diff line Loading @@ -742,7 +742,7 @@ public class NotificationContentView extends FrameLayout { } } else { if (noExpandedChild || (viewHeight <= mContractedChild.getHeight() && (!mIsChildInGroup && (!mIsChildInGroup || isGroupExpanded() || !mContainingNotification.isExpanded(true /* allowOnKeyguard */)))) { return VISIBLE_TYPE_CONTRACTED; } else { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java +1 −1 Original line number Diff line number Diff line Loading @@ -742,7 +742,7 @@ public class NotificationContentView extends FrameLayout { } } else { if (noExpandedChild || (viewHeight <= mContractedChild.getHeight() && (!mIsChildInGroup && (!mIsChildInGroup || isGroupExpanded() || !mContainingNotification.isExpanded(true /* allowOnKeyguard */)))) { return VISIBLE_TYPE_CONTRACTED; } else { Loading