Fix how the folder name is displayed
This commit is contained in:
parent
8e0592021c
commit
eef26ffebd
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Folder {
|
|||
|
||||
return Folder(
|
||||
map['id'],
|
||||
map['name'],
|
||||
map['owner'] + "'s " + map['deviceFolder'],
|
||||
map['owner'],
|
||||
map['deviceFolder'],
|
||||
Set<String>.from(map['sharedWith']),
|
||||
|
|
Loading…
Add table
Reference in a new issue