Skip to content

Commit

Permalink
fix the lock bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxianqiang authored Sep 25, 2018
1 parent f5ed992 commit 82a2562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class BounceLayout extends FrameLayout {
/*是否暂停回弹*/
// private boolean bounceStopped;
/*刷新锁,防止同时回调多个刷新操作*/
private volatile boolean lockBoolean;
private boolean lockBoolean;
/*是否固定回弹布局*/
private boolean disallowBounce;

Expand Down

0 comments on commit 82a2562

Please sign in to comment.