Merge "Fixed a bug where the content wasn't transforming in a group" into nyc-dev
This commit is contained in:
@@ -742,7 +742,7 @@ public class NotificationContentView extends FrameLayout {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (noExpandedChild || (viewHeight <= mContractedChild.getHeight()
|
if (noExpandedChild || (viewHeight <= mContractedChild.getHeight()
|
||||||
&& (!mIsChildInGroup
|
&& (!mIsChildInGroup || isGroupExpanded()
|
||||||
|| !mContainingNotification.isExpanded(true /* allowOnKeyguard */)))) {
|
|| !mContainingNotification.isExpanded(true /* allowOnKeyguard */)))) {
|
||||||
return VISIBLE_TYPE_CONTRACTED;
|
return VISIBLE_TYPE_CONTRACTED;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user