Merge "Fixed a bug where the content wasn\'t transforming in a group" into nyc-dev am: fe03504cf1
am: c71d4f84f3
* commit 'c71d4f84f3389744aa074bba534779eee36779e5':
Fixed a bug where the content wasn't transforming in a group
Change-Id: Ibd7e450a5cd449ebefd1e0f0c75ef9e59f600070
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user