parent
0a3b78fec1
commit
c27459a760
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public class ContactSelectionListFragment extends Fragment
|
|||
listView.setDrawingListUnderStickyHeader(false);
|
||||
listView.setOnItemClickListener(new ListClickListener());
|
||||
|
||||
swipeRefresh.setEnabled(Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT);
|
||||
swipeRefresh.setEnabled(Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN);
|
||||
|
||||
return view;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue