Fix contacts section not able to scroll
This commit is contained in:
parent
84a6b331ad
commit
d14f07f278
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class ContactListView extends RelativeLayout {
|
|||
final LinearLayoutManager linearLayoutManager = new LinearLayoutManager(this.getContext());
|
||||
this.listView.setLayoutManager(linearLayoutManager);
|
||||
//Prevents the list to start again when scrolling to the end
|
||||
this.listView.setNestedScrollingEnabled(false);
|
||||
//this.listView.setNestedScrollingEnabled(false);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue