Merge "Parent notifications should always be normal notification color" into nyc-dev
am: 09ca7e73c0
* commit '09ca7e73c0e3384a57e4e4fc7c25fd52ca540d98':
Parent notifications should always be normal notification color
Change-Id: I81160e649188e21d4c763abd8d222fa83608322d
This commit is contained in:
@@ -1166,6 +1166,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
|
||||
mChildrenContainer.recreateNotificationHeader(mExpandClickListener,
|
||||
mEntry.notification);
|
||||
}
|
||||
getShowingLayout().updateBackgroundColor(false /* animate */);
|
||||
mPrivateLayout.updateExpandButtons(isExpandable());
|
||||
updateChildrenHeaderAppearance();
|
||||
updateChildrenVisibility();
|
||||
|
||||
@@ -127,7 +127,8 @@ public class NotificationCustomViewWrapper extends NotificationViewWrapper {
|
||||
|
||||
@Override
|
||||
public int getCustomBackgroundColor() {
|
||||
return mBackgroundColor;
|
||||
// Parent notifications should always use the normal background color
|
||||
return mRow.isSummaryWithChildren() ? 0 : mBackgroundColor;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user