Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8550d30 authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

am fc8e923d: Merge "Fix wrong tint mode on airplane and vpn icons" into mnc-dev

* commit 'fc8e923d':
  Fix wrong tint mode on airplane and vpn icons
parents fbb4e9d2 fc8e923d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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));
    }