Skip to content

Commit 3e3a189

Browse files
authored
Update README.md (#368)
Change minor issue with the sample spinnet
1 parent 3d49d75 commit 3e3a189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ new TapTargetSequence(this)
9393
}
9494

9595
@Override
96-
public void onSequenceStep(TapTarget lastTarget) {
97-
// Perfom action for the current target
96+
public void onSequenceStep(TapTarget lastTarget, boolean targetClicked) {
97+
// Perform action for the current target
9898
}
9999

100100
@Override

0 commit comments

Comments
 (0)