mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 08:12:26 +03:00
sync folder id
This commit is contained in:
parent
8fd4e09b78
commit
57b6c9f67c
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ namespace Bit.App.Models.Data
|
||||||
var data = cipher.Data.ToObject<SiteDataModel>();
|
var data = cipher.Data.ToObject<SiteDataModel>();
|
||||||
|
|
||||||
Id = cipher.Id;
|
Id = cipher.Id;
|
||||||
|
FolderId = cipher.FolderId;
|
||||||
UserId = userId;
|
UserId = userId;
|
||||||
Name = data.Name;
|
Name = data.Name;
|
||||||
Uri = data.Uri;
|
Uri = data.Uri;
|
||||||
|
|
Loading…
Reference in a new issue