From 055e5e17b2313e9127ee8a022ff56a50b7e3763c Mon Sep 17 00:00:00 2001 From: sonora Date: Sat, 31 Jan 2015 20:41:41 +0100 Subject: [PATCH] did not fix the issue that freshly deactivated files only appear deactivated after app restart --- OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java b/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java index 798d99ec9d..ecf0cd5b3f 100644 --- a/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java +++ b/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java @@ -390,8 +390,6 @@ public class DownloadIndexesThread { public void runReloadIndexFiles() { checkRunning(); - indexFiles = null; - updateLoadedFiles(); final BasicProgressAsyncTask inst = new BasicProgressAsyncTask(ctx) { @Override