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

am: fe03504cf1

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

Change-Id: I689fa839a7bd489b65cc160bda659a46411668a8
This commit is contained in:
Selim Cinek
2016-05-10 23:17:01 +00:00
committed by android-build-merger

View File

@@ -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 {