mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-08 08:26:10 +00:00
Apply CR suggestions
This commit is contained in:
parent
01c40aa532
commit
e18fb2956e
@ -37,7 +37,9 @@ class OCFileService(override val client: OwnCloudClient) : FileService {
|
||||
isUserLoggedIn = isUserLogged
|
||||
).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