From 9e94f8fbd7154554aa060ccb9d8f1f2827f6ec51 Mon Sep 17 00:00:00 2001 From: sonora Date: Sat, 31 Jan 2015 21:59:33 +0100 Subject: [PATCH] backout --- OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java | 1 - 1 file changed, 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java b/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java index 32e53204ca..ecf0cd5b3f 100644 --- a/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java +++ b/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java @@ -432,7 +432,6 @@ public class DownloadIndexesThread { } currentRunningTask.remove(this); if (uiActivity != null) { - uiActivity.downloadedIndexes(); uiActivity.updateProgress(false); runCategorization(uiActivity.getDownloadType()); }