Skip to content

Commit

Permalink
Update warning codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bleedweedsuz committed Jan 17, 2021
1 parent 7bc7e8a commit 4c9375f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

public class RotatoryKnobView extends RelativeLayout implements GestureDetector.OnGestureListener {
private static final String TAG = "RotatoryKnobView";
public enum EventType { RotatoryKnob_EventType_OnDownMove, RotatoryKnob_EventType_OnScroll };
public enum Direction { CCW, CW, NONE };
public enum EventType { RotatoryKnob_EventType_OnDownMove, RotatoryKnob_EventType_OnScroll }
public enum Direction { CCW, CW, NONE }

private GestureDetector gestureDetector;
private RotatoryKnobViewListener onRotatoryKnobViewListener;
Expand Down

0 comments on commit 4c9375f

Please sign in to comment.