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

Commit f0666c7c 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

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

Change-Id: I689fa839a7bd489b65cc160bda659a46411668a8
parents ea2e5bfd fe03504c
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 {