Skip to content

Commit

Permalink
fix issue: Error on CircularTouchListener, modify CircularTouchListen…
Browse files Browse the repository at this point in the history
…er to public
  • Loading branch information
jh_lin committed Dec 18, 2017
1 parent 1aa62fe commit 9477474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class CircularTouchListener implements View.OnTouchListener {

interface CircularItemClickListener {
public interface CircularItemClickListener {
void onItemClick(View view, int index);
}

Expand Down

0 comments on commit 9477474

Please sign in to comment.