Skip to content

Commit

Permalink
remove QMUIBottomSheet's overScrollMode.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgspine committed Mar 8, 2020
1 parent 9270bd2 commit 3e5a621
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ protected View onCreateContentView(@NonNull final QMUIBottomSheet bottomSheet,
@NonNull QMUIBottomSheetRootLayout rootLayout,
@NonNull Context context) {
RecyclerView recyclerView = new RecyclerView(context);
recyclerView.setOverScrollMode(RecyclerView.OVER_SCROLL_NEVER);
QMUIBottomSheetListAdapter adapter = new QMUIBottomSheetListAdapter(
mNeedRightMark, mGravityCenter);
recyclerView.setAdapter(adapter);
Expand Down

0 comments on commit 3e5a621

Please sign in to comment.