|
@@ -228,15 +228,10 @@ public abstract class FileActivity extends DrawerActivity
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
mOperationsServiceConnection = new OperationsServiceConnection();
|
|
|
bindService(new Intent(this, OperationsService.class), mOperationsServiceConnection,
|
|
|
Context.BIND_AUTO_CREATE);
|
|
|
|
|
|
- if (user != null) {
|
|
|
- FileDownloadHelper.Companion.instance().downloadFile(user, mFile);
|
|
|
- }
|
|
|
-
|
|
|
mUploadServiceConnection = newTransferenceServiceConnection();
|
|
|
if (mUploadServiceConnection != null) {
|
|
|
bindService(new Intent(this, FileUploader.class), mUploadServiceConnection,
|