Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22c7b942 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed a bug where the content wasn\'t transforming in a group" into nyc-dev am: fe03504c

am: f0666c7c

* commit 'f0666c7c':
  Fixed a bug where the content wasn't transforming in a group

Change-Id: I10ddc7c586e9d0f8157206992f6cfa5edc572e6c
parents 7a75221d f0666c7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {