Fix how the folder name is displayed

This commit is contained in:
Vishnu Mohandas 2020-06-02 02:17:13 +05:30
parent 8e0592021c
commit eef26ffebd

View file

@ -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']),