mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Revert chunked stuff
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
1e472fc701
commit
9480c42c72
1 changed files with 0 additions and 5 deletions
|
@ -497,11 +497,6 @@ public class FileUploader extends Service
|
|||
|
||||
boolean chunked = ocv.isChunkedUploadSupported();
|
||||
|
||||
// temporary hack to speed up upload on wifi
|
||||
if (Device.getNetworkType(MainApp.getAppContext()).equals(JobRequest.NetworkType.UNMETERED)) {
|
||||
chunked = false;
|
||||
}
|
||||
|
||||
boolean onWifiOnly = intent.getBooleanExtra(KEY_WHILE_ON_WIFI_ONLY, false);
|
||||
boolean whileChargingOnly = intent.getBooleanExtra(KEY_WHILE_CHARGING_ONLY, false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue