We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587089b commit 29afd86Copy full SHA for 29afd86
README.md
@@ -96,7 +96,7 @@ public static class MyStepperAdapter extends AbstractFragmentStepAdapter {
96
}
97
98
@Override
99
- public Fragment createStep(int position) {
+ public Step createStep(int position) {
100
final StepFragmentSample step = new StepFragmentSample();
101
Bundle b = new Bundle();
102
b.putInt(CURRENT_STEP_POSITION_KEY, position);
0 commit comments