Skip to content

Commit

Permalink
Added ButtonListeners
Browse files Browse the repository at this point in the history
  • Loading branch information
SMehranB committed May 4, 2021
1 parent 65cd1c8 commit 8b5009b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ class ItemSelector : View {

private var currentItem: String = items[0]

//currentItemIndex is decremented or incremented at the end of the animation
private var currentItemIndex: Int = 0
//currentItemIndexDecoy is decremented or incremented instantly
private var currentItemIndexDecoy: Int = 0

private val textClipRecF = RectF()
Expand Down

0 comments on commit 8b5009b

Please sign in to comment.