Keep a sqlite friendly name
This commit is contained in:
parent
b12b6de630
commit
438272001d
1 changed files with 1 additions and 1 deletions
|
@ -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>(),
|
||||
|
|
Loading…
Add table
Reference in a new issue