Skip to content

Commit 5bad4b6

Browse files
author
Tushar Acharya
committed
Fix for Issue #7
1 parent e0d5401 commit 5bad4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardstack/src/main/java/com/mutualmobile/cardstack/CardStackLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public CardStackLayout(Context context, AttributeSet attrs) {
4343
}
4444

4545
public CardStackLayout(Context context, AttributeSet attrs, int defStyleAttr) {
46-
this(context, attrs, defStyleAttr, 0);
46+
super(context, attrs, defStyleAttr);
4747
}
4848

4949
@TargetApi(Build.VERSION_CODES.LOLLIPOP)

0 commit comments

Comments
 (0)