mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob] Reuse same fileSize
This commit is contained in:
parent
5820d03bb5
commit
138515da02
@ -1304,7 +1304,7 @@ class FileUploader {
|
||||
return _putFile(
|
||||
newUploadURL,
|
||||
file,
|
||||
contentLength: (await file.readAsBytes()).length,
|
||||
contentLength: fileSize,
|
||||
attempt: attempt + 1,
|
||||
);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user