am fc8e923d: Merge "Fix wrong tint mode on airplane and vpn icons" into mnc-dev
* commit 'fc8e923d5e551862fe1abaac2256925d6955ca07': Fix wrong tint mode on airplane and vpn icons
This commit is contained in:
@@ -478,7 +478,6 @@ public class SignalClusterView
|
||||
}
|
||||
|
||||
private void setTint(ImageView v, int tint) {
|
||||
v.setImageTintMode(PorterDuff.Mode.SRC_ATOP);
|
||||
v.setImageTintList(ColorStateList.valueOf(tint));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user