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
8cf12f0c
Commit
8cf12f0c
authored
Aug 20, 2019
by
vince-bourgmayer
Browse files
cherry pick
53c76f49
parent
170744a2
Pipeline
#20903
passed with stage
in 1 minute and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/foundation/e/drive/services/ObserverService.java
View file @
8cf12f0c
...
...
@@ -513,9 +513,16 @@ public class ObserverService extends Service implements OnRemoteOperationListene
while
(
iterator
.
hasNext
()
){
SyncedFolder
syncedFolder
=
iterator
.
next
();
Log
.
v
(
TAG
,
"SyncedFolder :"
+
syncedFolder
.
getLibelle
()+
", "
+
syncedFolder
.
getLocalFolder
()+
", "
+
syncedFolder
.
getLastModified
()+
", "
+
syncedFolder
.
isScanLocal
()+
", "
+
syncedFolder
.
getId
()
);
if
(
syncedFolder
.
isScanLocal
()
)
{
if
(
syncedFolder
.
isMediaType
()
&&
CommonUtils
.
getFileNameFromPath
(
syncedFolder
.
getLocalFolder
()).
startsWith
(
"."
)){
iterator
.
remove
();
continue
;
}
if
(
syncedFolder
.
isScanLocal
()
)
{
Log
.
v
(
TAG
,
"We must sync local modification of this folder"
);
if
(
syncedFolder
.
getId
()
==
-
1
)
{
...
...
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