wrong reference
This commit is contained in:
parent
f5022bb656
commit
418a6f868c
1 changed files with 0 additions and 3 deletions
|
@ -69,9 +69,6 @@ public class DashUpdatesFragment extends DashBaseFragment {
|
||||||
cancelButton = null;
|
cancelButton = null;
|
||||||
}
|
}
|
||||||
updatedDownloadsList(BaseDownloadActivity.downloadListIndexThread.getItemsToUpdate());
|
updatedDownloadsList(BaseDownloadActivity.downloadListIndexThread.getItemsToUpdate());
|
||||||
|
|
||||||
View view = getActivity().getLayoutInflater().inflate(R.layout.dash_updates_fragment, container, false);
|
|
||||||
view.invalidate();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void updatedDownloadsList(List<IndexItem> list) {
|
public void updatedDownloadsList(List<IndexItem> list) {
|
||||||
|
|
Loading…
Reference in a new issue