mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Apply CR suggestions
This commit is contained in:
parent
780c5fe8cd
commit
7dc938a1f4
@ -41,7 +41,8 @@ class OCFileService(override val client: OwnCloudClient) : FileService {
|
||||
override fun getUrlToOpenInWeb(openWebEndpoint: String, fileId: String): RemoteOperationResult<String> =
|
||||
GetUrlToOpenInWebRemoteOperation(openWithWebEndpoint = openWebEndpoint, fileId = fileId).execute(client)
|
||||
|
||||
override fun refreshFolder(remotePath: String): RemoteOperationResult<ArrayList<RemoteFile>> {
|
||||
return ReadRemoteFolderOperation(remotePath = remotePath).execute(client)
|
||||
}
|
||||
override fun refreshFolder(remotePath: String): RemoteOperationResult<ArrayList<RemoteFile>> =
|
||||
ReadRemoteFolderOperation(
|
||||
remotePath = remotePath
|
||||
).execute(client)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user