瀏覽代碼

Check folder creation from other file manager apps

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 11 月之前
父節點
當前提交
ec3e9cfc0c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/src/main/java/com/nextcloud/utils/fileNameValidator/FileNameValidator.kt

+ 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)