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()); }