Skip to content

Commit

Permalink
Update README.md (#368)
Browse files Browse the repository at this point in the history
Change minor issue with the sample spinnet
  • Loading branch information
razavioo authored Mar 9, 2021
1 parent 3d49d75 commit 3e3a189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ new TapTargetSequence(this)
}

@Override
public void onSequenceStep(TapTarget lastTarget) {
// Perfom action for the current target
public void onSequenceStep(TapTarget lastTarget, boolean targetClicked) {
// Perform action for the current target
}

@Override
Expand Down

0 comments on commit 3e3a189

Please sign in to comment.