Skip to content

Commit 015152c

Browse files
committed
Bug fit
1 parent 1452861 commit 015152c

File tree

1 file changed

+1
-1
lines changed
  • materialhelptutorial/src/main/java/za/co/riggaroo/materialhelptutorial

1 file changed

+1
-1
lines changed

materialhelptutorial/src/main/java/za/co/riggaroo/materialhelptutorial/TutorialItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public TutorialItem(@StringRes int titleTextRes, @StringRes int subTitleTextRes,
4242
}
4343

4444
public TutorialItem(@StringRes int titleTextRes, @StringRes int subTitleTextRes, @ColorRes int backgroundColor, @DrawableRes int foregroundImageRes) {
45-
this.subTitleTextRes = titleTextRes;
45+
this.titleTextRes = titleTextRes;
4646
this.subTitleTextRes = subTitleTextRes;
4747
this.backgroundColor = backgroundColor;
4848
this.foregroundImageRes = foregroundImageRes;

0 commit comments

Comments
 (0)