Skip to content

Commit

Permalink
support seekbar
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanganhtuan95ptit committed Feb 23, 2020
1 parent 945cb96 commit 5de8486
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ open class DraggablePanel @JvmOverloads constructor(
handleUp()
}
MotionEvent.ACTION_MOVE -> {
handleMove(motionY)
if (frameFirstMove) {
handleMove(motionY)
}
}
}
return firstViewDown
Expand Down

0 comments on commit 5de8486

Please sign in to comment.