try other ref

This commit is contained in:
sonora 2015-01-01 11:02:32 +01:00
parent 418a6f868c
commit f1915891ab

View file

@ -69,6 +69,11 @@ public class DashUpdatesFragment extends DashBaseFragment {
cancelButton = null;
}
updatedDownloadsList(BaseDownloadActivity.downloadListIndexThread.getItemsToUpdate());
View mainView = getView();
if (mainView != null) {
view.invalidate();
}
}
public void updatedDownloadsList(List<IndexItem> list) {