Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Fix sticky listener callback not correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAfc committed Sep 24, 2019
1 parent 70cd6e9 commit 99af2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
GROUP=com.alibaba.android
ARTIFACT=vlayout
VERSION=1
VERSION_NAME=1.2.29
VERSION_NAME=1.2.30
PACKAGING_TYPE=aar
useNewSupportLibrary=true
systemProp.compileSdkVersion=26
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public interface StickyListener {

private boolean mDoNormalHandle = false;

private boolean isLastStatusSticking = true;
private boolean isLastStatusSticking = false;

private StickyListener stickyListener;

Expand Down

0 comments on commit 99af2e0

Please sign in to comment.