mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-17 09:45:02 +01:00
remove self path from dav result
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
eba697b8f2
commit
9da5b57804
@ -81,15 +81,6 @@ class ReadFilesystemOperation(okHttpClient: OkHttpClient, currentUser: UserEntit
|
||||
} catch (e: DavException) {
|
||||
Log.w(TAG, "Error reading remote path")
|
||||
}
|
||||
remoteFiles.add(
|
||||
getModelFromResponse(
|
||||
rootElement[0]!!,
|
||||
rootElement[0]!!
|
||||
.href
|
||||
.toString()
|
||||
.substring(basePath.length)
|
||||
)
|
||||
)
|
||||
for (memberElement in memberElements) {
|
||||
remoteFiles.add(
|
||||
getModelFromResponse(
|
||||
|
Loading…
Reference in New Issue
Block a user