Temporary removed dialog

This commit is contained in:
GaidamakUA 2015-10-23 10:55:28 +03:00
parent 76138e00de
commit a018474b09

View file

@ -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() {