From 0dc9ea1660ce0c9a1be3476c865a8a6e48366a90 Mon Sep 17 00:00:00 2001 From: Aitorbp Date: Tue, 23 Jan 2024 10:40:47 +0000 Subject: [PATCH] Added calens --- changelog/unreleased/4294 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/4294 diff --git a/changelog/unreleased/4294 b/changelog/unreleased/4294 new file mode 100644 index 00000000000..a477fbce135 --- /dev/null +++ b/changelog/unreleased/4294 @@ -0,0 +1,7 @@ +Bugfix: Fixed conflict in copy with file without extension + +The startsWith function have been removed from CopyRemoteFileOperation because +it does not work with files that lack an extension. The functionality is handling in CopyFileUseCase. + +https://github.com/owncloud/android/issues/4222 +https://github.com/owncloud/android/pull/4294