notify on secret key change as well

This commit is contained in:
Vincent Breitmoser 2018-07-23 19:05:31 +02:00
parent fe387ca4e1
commit cf5e643f38
1 changed files with 2 additions and 0 deletions

View File

@ -671,6 +671,8 @@ public class KeyWritableRepository extends KeyRepository {
// with has_secret = 1
}
databaseNotifyManager.notifyKeyChange(masterKeyId);
log(LogType.MSG_IS_SUCCESS);
return result;