Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
eDrive
Commits
880b6305
Commit
880b6305
authored
Sep 16, 2021
by
narinder Rana
Browse files
remove tag for testing
parent
3cc6bebb
Pipeline
#135679
failed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/foundation/e/drive/operations/UploadFileOperation.java
View file @
880b6305
...
...
@@ -137,17 +137,9 @@ public class UploadFileOperation extends RemoteOperation implements ComparableOp
//if upload is a success
if
(
uploadResult
.
isSuccess
()
){
Log
.
e
(
TAG
,
"upload is success ........................."
+
file
.
getName
()
+
" "
+
file
.
getAbsolutePath
());
Log
.
e
(
TAG
,
"files size before remove ........................."
+
InitializerService
.
files
.
size
());
InitializerService
.
files
.
remove
(
file
);
Log
.
e
(
TAG
,
"files size after remove ........................."
+
InitializerService
.
files
.
size
());
Object
data
=
uploadResult
.
getSingleData
();
if
(
data
!=
null
){
mSyncedState
.
setLastETAG
((
String
)
data
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment