mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-19 18:55:05 +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) {
|
} catch (e: DavException) {
|
||||||
Log.w(TAG, "Error reading remote path")
|
Log.w(TAG, "Error reading remote path")
|
||||||
}
|
}
|
||||||
remoteFiles.add(
|
|
||||||
getModelFromResponse(
|
|
||||||
rootElement[0]!!,
|
|
||||||
rootElement[0]!!
|
|
||||||
.href
|
|
||||||
.toString()
|
|
||||||
.substring(basePath.length)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
for (memberElement in memberElements) {
|
for (memberElement in memberElements) {
|
||||||
remoteFiles.add(
|
remoteFiles.add(
|
||||||
getModelFromResponse(
|
getModelFromResponse(
|
||||||
|
Loading…
Reference in New Issue
Block a user