Fixed the white playlist icon on Android Marshmallow. Removed unnecessary code.
This commit is contained in:
parent
d5b0a8fc15
commit
c7c0ae3931
3 changed files with 4 additions and 9 deletions
|
|
@ -194,7 +194,7 @@ public class ViewUtil {
|
|||
for (int i = 0; i < menu.size(); i++) {
|
||||
MenuItem item = menu.getItem(i);
|
||||
if (item.getIcon() != null) {
|
||||
item.getIcon().setColorFilter(color, PorterDuff.Mode.SRC_IN);
|
||||
item.getIcon().mutate().setColorFilter(color, PorterDuff.Mode.SRC_IN);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue