add reset extSD card folder dialog
This commit is contained in:
parent
badd4d3207
commit
44a71d8565
6 changed files with 88 additions and 7 deletions
|
|
@ -81,7 +81,7 @@ public class DownloadManagerService extends Service {
|
|||
ArrayList<String> paths = new ArrayList<>(2);
|
||||
paths.add(NewPipeSettings.getVideoDownloadPath(this));
|
||||
paths.add(NewPipeSettings.getAudioDownloadPath(this));
|
||||
mManager = new DownloadManagerImpl(paths, mDataSource);
|
||||
mManager = new DownloadManagerImpl(paths, mDataSource, this);
|
||||
if (DEBUG) {
|
||||
Log.d(TAG, "mManager == null");
|
||||
Log.d(TAG, "Download directory: " + paths);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue