did not fix the issue that freshly deactivated files only appear deactivated after app restart

This commit is contained in:
sonora 2015-01-31 20:41:41 +01:00
parent 14bd1e6bd6
commit 055e5e17b2

View file

@ -390,8 +390,6 @@ public class DownloadIndexesThread {
public void runReloadIndexFiles() {
checkRunning();
indexFiles = null;
updateLoadedFiles();
final BasicProgressAsyncTask<Void, Void, IndexFileList> inst = new BasicProgressAsyncTask<Void, Void, IndexFileList>(ctx) {
@Override