mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
rename to ReadFolderListingOperation
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
4f234032aa
commit
3330df3b66
@ -49,7 +49,7 @@ import okhttp3.OkHttpClient
|
|||||||
import java.io.File
|
import java.io.File
|
||||||
import java.io.IOException
|
import java.io.IOException
|
||||||
|
|
||||||
class ReadFilesystemOperation(okHttpClient: OkHttpClient, currentUser: UserEntity, path: String, depth: Int) {
|
class ReadFolderListingOperation(okHttpClient: OkHttpClient, currentUser: UserEntity, path: String, depth: Int) {
|
||||||
private val okHttpClient: OkHttpClient
|
private val okHttpClient: OkHttpClient
|
||||||
private val url: String
|
private val url: String
|
||||||
private val depth: Int
|
private val depth: Int
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package com.nextcloud.talk.remotefilebrowser.repositories
|
package com.nextcloud.talk.remotefilebrowser.repositories
|
||||||
|
|
||||||
import com.nextcloud.talk.components.filebrowser.webdav.ReadFilesystemOperation
|
import com.nextcloud.talk.components.filebrowser.webdav.ReadFolderListingOperation
|
||||||
import com.nextcloud.talk.models.database.UserEntity
|
import com.nextcloud.talk.models.database.UserEntity
|
||||||
import com.nextcloud.talk.remotefilebrowser.model.RemoteFileBrowserItem
|
import com.nextcloud.talk.remotefilebrowser.model.RemoteFileBrowserItem
|
||||||
import com.nextcloud.talk.utils.database.user.CurrentUserProvider
|
import com.nextcloud.talk.utils.database.user.CurrentUserProvider
|
||||||
@ -40,7 +40,7 @@ class RemoteFileBrowserItemsRepositoryImpl @Inject constructor(
|
|||||||
Observable<List<RemoteFileBrowserItem>> {
|
Observable<List<RemoteFileBrowserItem>> {
|
||||||
return Observable.fromCallable {
|
return Observable.fromCallable {
|
||||||
val operation =
|
val operation =
|
||||||
ReadFilesystemOperation(
|
ReadFolderListingOperation(
|
||||||
okHttpClient,
|
okHttpClient,
|
||||||
userEntity,
|
userEntity,
|
||||||
path,
|
path,
|
||||||
|
Loading…
Reference in New Issue
Block a user