Skip to content

Commit 29afd86

Browse files
authored
Update README.md
1 parent 587089b commit 29afd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static class MyStepperAdapter extends AbstractFragmentStepAdapter {
9696
}
9797

9898
@Override
99-
public Fragment createStep(int position) {
99+
public Step createStep(int position) {
100100
final StepFragmentSample step = new StepFragmentSample();
101101
Bundle b = new Bundle();
102102
b.putInt(CURRENT_STEP_POSITION_KEY, position);

0 commit comments

Comments
 (0)