indicate parameters
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
df32926a23
commit
a7d1beef56
@ -27,7 +27,13 @@ class RemoteShareRepository(
|
||||
override fun refreshSharesForFolder(remotePath: String) {
|
||||
scope.launch(Dispatchers.IO) {
|
||||
val client = clientRepository.getOwncloudClient() ?: return@launch
|
||||
val operation = GetSharesForFileOperation(remotePath, true, false, fileDataStorageManager)
|
||||
val operation =
|
||||
GetSharesForFileOperation(
|
||||
path = remotePath,
|
||||
reshares = true,
|
||||
subfiles = false,
|
||||
storageManager = fileDataStorageManager
|
||||
)
|
||||
|
||||
@Suppress("DEPRECATION")
|
||||
val result = operation.execute(client)
|
||||
|
Loading…
x
Reference in New Issue
Block a user