浏览代码

Keep a sqlite friendly name

Vishnu Mohandas 5 年之前
父节点
当前提交
438272001d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/folder_service.dart

+ 1 - 1
lib/folder_service.dart

@@ -112,7 +112,7 @@ class FolderSharingService {
     }).catchError((e) {
       return Folder(
         null,
-        Configuration.instance.getUsername() + "'s " + deviceFolder,
+        Configuration.instance.getUsername() + "s " + deviceFolder,
         Configuration.instance.getUsername(),
         deviceFolder,
         Set<String>(),