try other ref
This commit is contained in:
parent
418a6f868c
commit
f1915891ab
1 changed files with 5 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue