Merge "White media notifications are now dimmable"

This commit is contained in:
Selim Cinek
2017-11-28 13:03:42 +00:00
committed by Android (Google) Code Review

View File

@@ -58,6 +58,6 @@ public class NotificationMediaTemplateViewWrapper extends NotificationTemplateVi
@Override
public boolean isDimmable() {
return false;
return getCustomBackgroundColor() == 0;
}
}