Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoyun committed Dec 18, 2019
1 parent eaa4ef8 commit 31a89ca
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,14 @@ public void run() {
}
escView.setScrollerPointModelList(myScrollerPointModelList);
swipe.setRefreshing(false);
escView.setEnableTouch(true);
if (appbarState==EXPANDED){
swipe.setEnabled(true);
escView.setEnableTouch(true);

}else {
swipe.setEnabled(false);
escView.setEnableTouch(false);

}
}
},2000);
Expand Down

0 comments on commit 31a89ca

Please sign in to comment.