Add line that must have been deleted by accident
This commit is contained in:
@ -38,6 +38,7 @@ public class IntentListFragment extends Fragment implements OnScrollListener, On
|
||||
mAdapter.setIntents(mIntents);
|
||||
|
||||
mListView = new ListView(getActivity());
|
||||
mListView.setAdapter(mAdapter);
|
||||
if (mScrollIndex != -1 && mScrollTop != -1) {
|
||||
mListView.setSelectionFromTop(mScrollIndex, mScrollTop);
|
||||
}
|
||||
|
Reference in New Issue
Block a user