Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,12 @@ public void onAnimationEnd(Animator animation) {
isRecovering = false;
mViewMoveDy = 0;
mFingerMoveDy = 0;
isPining = false;
}

@Override
public void onAnimationCancel(Animator animation) {
isPining = false;
}

@Override
Expand All @@ -229,8 +231,10 @@ public void onAnimationRepeat(Animator animation) {

abl.setBottom(mParentHeight);
isRecovering = false;

isPining = false;
}
}else{
isPining = false;
}
}

Expand Down Expand Up @@ -269,8 +273,6 @@ public void onAnimationUpdate(ValueAnimator animation) {
}

public void stopPin() {

isPining = false;
recovery(mAppBarLayout);
}

Expand Down Expand Up @@ -306,4 +308,4 @@ public interface onRefrehViewActionListener {
void onRefresh();

}
}
}