Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit cf390ff

Browse files
committed
Merge pull request #8 from leeyc09/master
Bug fix
2 parents 1452861 + 015152c commit cf390ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • materialhelptutorial/src/main/java/za/co/riggaroo/materialhelptutorial

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)