mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 00:02:58 +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>();
|
||||
|
||||
Id = cipher.Id;
|
||||
FolderId = cipher.FolderId;
|
||||
UserId = userId;
|
||||
Name = data.Name;
|
||||
Uri = data.Uri;
|
||||
|
|
Loading…
Reference in a new issue