add updateLoadedFiles
This commit is contained in:
parent
5184b78de7
commit
14bd1e6bd6
1 changed files with 1 additions and 0 deletions
|
@ -391,6 +391,7 @@ public class DownloadIndexesThread {
|
|||
public void runReloadIndexFiles() {
|
||||
checkRunning();
|
||||
indexFiles = null;
|
||||
updateLoadedFiles();
|
||||
final BasicProgressAsyncTask<Void, Void, IndexFileList> inst = new BasicProgressAsyncTask<Void, Void, IndexFileList>(ctx) {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue