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

Commit 42829e0c 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: c71d4f84

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

Change-Id: Ibd7e450a5cd449ebefd1e0f0c75ef9e59f600070
parents 0b622288 c71d4f84
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 {