Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanganhtuan95ptit committed Feb 23, 2020
1 parent afb9402 commit 945cb96
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ open class DraggablePanel @JvmOverloads constructor(

override fun onOffsetChanged(appBarLayout: AppBarLayout?, verticalOffset: Int) {
if (frameInitializing && mCurrentPercent == 0f && !frameFirstMove) {
println("onOffsetChanged")
val offset = abs(verticalOffset)
val delta = offset - verticalOffsetOld
verticalOffsetOld = offset
Expand Down

0 comments on commit 945cb96

Please sign in to comment.