Fixed collapsed notification not getting colored.

This commit is contained in:
Karim Abou Zeid 2015-06-22 12:33:39 +02:00
commit 4017815711
3 changed files with 26 additions and 3 deletions

View file

@ -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);
}