Forgot to saveUpdateContext() in edit

This commit is contained in:
Mingshen Sun 2019-11-18 18:08:31 -08:00
parent 30bb227ae3
commit a07f3af4e2
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -534,6 +534,7 @@ public class PasswordStore {
let _ = try gitCommit(message: "EditPassword.".localize(url.deletingPathExtension().path.removingPercentEncoding!))
newPasswordEntity = passwordEntity
newPasswordEntity?.synced = false
self.saveUpdatedContext()
}
if password.changed&PasswordChange.path.rawValue != 0 {