mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
update the password field of settings view when password updated
This commit is contained in:
parent
c5e1b910ab
commit
732f5a154d
1 changed files with 3 additions and 0 deletions
|
|
@ -445,8 +445,11 @@ void update_hash_cbs(LinphoneAccountCreator *creator, LinphoneAccountCreatorStat
|
|||
linphone_core_add_auth_info(LC, newAuth);
|
||||
}
|
||||
}
|
||||
[self recomputeAccountLabelsAndSync];
|
||||
[settingsStore setObject:_tmpPwd forKey:@"account_mandatory_password_preference"];
|
||||
_tmpPwd = NULL;
|
||||
|
||||
|
||||
UIAlertController *errView = [UIAlertController alertControllerWithTitle:NSLocalizedString(@"Changing your password", nil)
|
||||
message:NSLocalizedString(@"Your password has been successfully changed", nil)
|
||||
preferredStyle:UIAlertControllerStyleAlert];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue