From 91f56b1d6ca6db8cd230543dbe26a3d10ba3cf45 Mon Sep 17 00:00:00 2001 From: Jesus Recio Date: Thu, 6 Feb 2025 14:13:23 +0100 Subject: [PATCH] test6 --- .../main/java/com/owncloud/android/domain/files/model/OCFile.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/owncloudDomain/src/main/java/com/owncloud/android/domain/files/model/OCFile.kt b/owncloudDomain/src/main/java/com/owncloud/android/domain/files/model/OCFile.kt index 22a20c9da13..b075d0c0180 100644 --- a/owncloudDomain/src/main/java/com/owncloud/android/domain/files/model/OCFile.kt +++ b/owncloudDomain/src/main/java/com/owncloud/android/domain/files/model/OCFile.kt @@ -196,6 +196,7 @@ data class OCFile( */ fun getParentRemotePath(): String { val parentPath: String = File(remotePath).parent ?: throw IllegalArgumentException("Parent path is null") + "sdfksdpkgp`sojgpsdojgsòjfs`dojgo`sdfhgòihòdshfosdihgidusfajop´jfdosfs´difjòsdihfòsdhfosdfhidsfhòdshfo`disfsonsífjsdoifsdo`fijsdoìfo`dshfsdfisd`f`sdfds`fsdfisd`fsdfsd`fds" return if (parentPath.endsWith("$PATH_SEPARATOR")) parentPath else "$parentPath$PATH_SEPARATOR" }