From a018474b096cca3d53297df859a59483fb811386 Mon Sep 17 00:00:00 2001 From: GaidamakUA Date: Fri, 23 Oct 2015 10:55:28 +0300 Subject: [PATCH] Temporary removed dialog --- OsmAnd/src/net/osmand/plus/download/DownloadActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/download/DownloadActivity.java b/OsmAnd/src/net/osmand/plus/download/DownloadActivity.java index 4c0d19b9f7..d8ed41f561 100644 --- a/OsmAnd/src/net/osmand/plus/download/DownloadActivity.java +++ b/OsmAnd/src/net/osmand/plus/download/DownloadActivity.java @@ -140,7 +140,7 @@ public class DownloadActivity extends ActionBarProgressActivity implements Downl filter = intent.getExtras().getString(FILTER_KEY); filterCat = intent.getExtras().getString(FILTER_CAT); } - new DataStoragePlaceDialogFragment().show(getFragmentManager(), null); +// new DataStoragePlaceDialogFragment().show(getFragmentManager(), null); } public DownloadIndexesThread getDownloadThread() {