You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does anyone uses the package with SwiftUI?
Everything works so far, but changes are not fetched in the background.
I have a list that contains the values from the allKeys()-methods. So if I add a new password, the list doesn't update because the new password isn't fetched. Same for cloud-sync. If there is a new key in the cloud, I have to call the allKeys()-method manually to fetch changes.
How can I do that automatically?
Help would be great :)
The text was updated successfully, but these errors were encountered:
Hello,
does anyone uses the package with SwiftUI?
Everything works so far, but changes are not fetched in the background.
I have a list that contains the values from the allKeys()-methods. So if I add a new password, the list doesn't update because the new password isn't fetched. Same for cloud-sync. If there is a new key in the cloud, I have to call the allKeys()-method manually to fetch changes.
How can I do that automatically?
Help would be great :)
The text was updated successfully, but these errors were encountered: