Эх сурвалжийг харах

Check folder creation from other file manager apps

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 11 сар өмнө
parent
commit
ec3e9cfc0c

+ 0 - 1
app/src/main/java/com/nextcloud/utils/fileNameValidator/FileNameValidator.kt

@@ -46,7 +46,6 @@ object FileNameValidator {
             return context.getString(R.string.filename_empty)
         }
 
-        // TODO Native Files app can create forbidden file names we need to check it as well
         existedFileNames?.let {
             if (isFileNameAlreadyExist(filename, existedFileNames)) {
                 return context.getString(R.string.file_already_exists)