Merge "Populate certificate picker when a cert is present" into ub-mail-master

This commit is contained in:
Tony Mantler 2014-03-10 21:58:12 +00:00 committed by Android (Google) Code Review
commit 04731178b2
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();