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