Temporary removed dialog
This commit is contained in:
parent
76138e00de
commit
a018474b09
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ public class DownloadActivity extends ActionBarProgressActivity implements Downl
|
||||||
filter = intent.getExtras().getString(FILTER_KEY);
|
filter = intent.getExtras().getString(FILTER_KEY);
|
||||||
filterCat = intent.getExtras().getString(FILTER_CAT);
|
filterCat = intent.getExtras().getString(FILTER_CAT);
|
||||||
}
|
}
|
||||||
new DataStoragePlaceDialogFragment().show(getFragmentManager(), null);
|
// new DataStoragePlaceDialogFragment().show(getFragmentManager(), null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public DownloadIndexesThread getDownloadThread() {
|
public DownloadIndexesThread getDownloadThread() {
|
||||||
|
|
Loading…
Reference in a new issue