Populate certificate picker when a cert is present

Motorola: IKXREL1KK-816
b/13398087

Change-Id: I3b69c780a491808afa0cb3717020f42b41c1c0d7
This commit is contained in:
Tony Mantler 2014-03-10 14:48:34 -07:00
parent 094656be6e
commit 6ecdc18457
1 changed files with 4 additions and 0 deletions

View File

@ -395,6 +395,10 @@ public class AccountSetupIncomingFragment extends AccountServerBaseFragment
updatePortFromSecurityType();
}
if (recvAuth.mClientCertAlias != null) {
mClientCertificateSelector.setCertificate(recvAuth.mClientCertAlias);
}
mLoadedRecvAuth = recvAuth;
mLoaded = true;
validateFields();