Merge "Fixes a bug where children could have a colored background"

This commit is contained in:
Selim Cinek
2017-02-16 04:21:28 +00:00
committed by Android (Google) Code Review

View File

@@ -462,6 +462,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
updateBackgroundForGroupState();
updateClickAndFocus();
if (mNotificationParent != null) {
setOverrideTintColor(NO_COLOR, 0.0f);
mNotificationParent.updateBackgroundForGroupState();
}
updateIconVisibilities();