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

Commit 50cfff61 authored by Wenyi Wang's avatar Wenyi Wang Committed by android-build-merger
Browse files

Use proper ImageView constructor

am: 334bfaf3

* commit '334bfaf3':
  Use proper ImageView constructor
parents d7ee9bb5 334bfaf3
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -36,12 +36,7 @@ public class QuickContactImageView extends ImageView {
    }

    public QuickContactImageView(Context context, AttributeSet attrs, int defStyleAttr) {
        this(context, attrs, defStyleAttr, 0);
    }

    public QuickContactImageView(Context context, AttributeSet attrs, int defStyleAttr,
            int defStyleRes) {
        super(context, attrs, defStyleAttr, defStyleRes);
        super(context, attrs, defStyleAttr);
    }

    public void setTint(int color) {