Fixed bug with updates not showing after rotation
This commit is contained in:
parent
adb0e3e145
commit
b50b78842d
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ public class UpdatesIndexFragment extends SherlockListFragment {
|
||||||
if(listAdapter == null){
|
if(listAdapter == null){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
listAdapter.setIndexFiles(items);
|
listAdapter = new UpdateIndexAdapter(getDownloadActivity(), R.layout.download_index_list_item, items);
|
||||||
|
setListAdapter(listAdapter);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue