Fixed collapsed notification not getting colored.
This commit is contained in:
parent
75fd241ab8
commit
4017815711
3 changed files with 26 additions and 3 deletions
|
|
@ -242,6 +242,7 @@ public class PlayingNotificationHelper {
|
|||
}
|
||||
|
||||
private void setBackgroundColor(int color) {
|
||||
notificationLayout.setInt(R.id.root, "setBackgroundColor", color);
|
||||
notificationLayoutExpanded.setInt(R.id.root, "setBackgroundColor", color);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue