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
51dcb107
Commit
51dcb107
authored
Aug 23, 2019
by
vince-bourgmayer
Browse files
add forgotten test in ListRemoteFileOperation
parent
87c766bd
Pipeline
#22036
passed with stage
in 2 minutes and 32 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/foundation/e/drive/operations/ListFileRemoteOperation.java
View file @
51dcb107
...
...
@@ -63,6 +63,13 @@ public class ListFileRemoteOperation extends RemoteOperation {
//Get CurrentSyncedFolder
SyncedFolder
syncedFolder
=
mSyncedFolderIterator
.
next
();
//if folder is media type() && is an hidden folder then ignore it
if
(
syncedFolder
.
isMediaType
()
&&
CommonUtils
.
getFileNameFromPath
(
syncedFolder
.
getRemoteFolder
()).
startsWith
(
"."
)){
mSyncedFolderIterator
.
remove
();
continue
;
}
//If folder isn't to be scan remotly, ignore it
if
(!
syncedFolder
.
isScanRemote
()){
...
...
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