1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-11-22 04:12:08 +01:00
This commit is contained in:
Gregor Santner 2016-10-26 00:00:44 +02:00
parent 80d3d3265e
commit 23e1ddc8cf

View file

@ -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() {