mirror of
https://github.com/gsantner/dandelion
synced 2024-11-21 20:02:07 +01:00
This commit is contained in:
parent
80d3d3265e
commit
23e1ddc8cf
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ public class PodSelectionFragment extends ThemedFragment implements SearchView.O
|
|||
podList.setTrackMergeChanges(true);
|
||||
updateListedPods();
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
|
||||
listViewPod.setNestedScrollingEnabled(true);
|
||||
}
|
||||
|
||||
listViewPod.setTextFilterEnabled(true);
|
||||
listViewPod.setOnItemClickListener(new AdapterView.OnItemClickListener() {
|
||||
|
|
Loading…
Reference in a new issue