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

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

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

* commit 'b8550d30':
  Fix wrong tint mode on airplane and vpn icons
parents 49af7ad4 b8550d30
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));
    }