Skip to content

Commit 8dfe4f0

Browse files
committed
Add Getter for mStepAdapter
1 parent 89b5d67 commit 8dfe4f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

material-stepper/src/main/java/com/stepstone/stepper/StepperLayout.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,14 @@ public void setListener(@NonNull StepperListener listener) {
260260
this.mListener = listener;
261261
}
262262

263+
/**
264+
* Getter for mStepAdapter
265+
* @return mStepAdapter
266+
*/
267+
public StepAdapter getAdapter() {
268+
return mStepAdapter;
269+
}
270+
263271
/**
264272
* Sets the new step adapter and updates the stepper layout based on the new adapter.
265273
*

0 commit comments

Comments
 (0)