1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-05 23:16:13 +00:00

New fix for snackbar when copy without server on

This commit is contained in:
Aitorbp 2023-08-30 10:16:58 +01:00
parent 530999848f
commit c82d75b1d8

View File

@ -80,6 +80,7 @@ class CheckPathExistenceRemoteOperation(
e,
"Existence check for $stringUrl : ${result.logMessage}"
)
result.data = false
result
}
}