Skip to content

Commit 5473755

Browse files
FIx compilation
1 parent 79d38d4 commit 5473755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

center_icon_button/src/main/java/com/omega_r/libs/OmegaCenterIconButton.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public OmegaCenterIconButton(Context context, AttributeSet attrs, int defStyleAt
5454

5555
private void init(Context context, AttributeSet attrs, int defStyleAttr) {
5656
if (attrs != null) {
57-
TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.OmegaCenterIconButton, defStyleAttr);
57+
TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.OmegaCenterIconButton, defStyleAttr, 0);
5858
mTintColor = typedArray.getColor(R.styleable.OmegaCenterIconButton_drawableTint, Color.TRANSPARENT);
5959
mDrawableSize = typedArray.getDimensionPixelSize(R.styleable.OmegaCenterIconButton_drawableSize, -1);
6060

0 commit comments

Comments
 (0)