Merge "Populate certificate picker when a cert is present" into ub-mail-master
This commit is contained in:
commit
04731178b2
@ -395,6 +395,10 @@ public class AccountSetupIncomingFragment extends AccountServerBaseFragment
|
||||
updatePortFromSecurityType();
|
||||
}
|
||||
|
||||
if (recvAuth.mClientCertAlias != null) {
|
||||
mClientCertificateSelector.setCertificate(recvAuth.mClientCertAlias);
|
||||
}
|
||||
|
||||
mLoadedRecvAuth = recvAuth;
|
||||
mLoaded = true;
|
||||
validateFields();
|
||||
|
Loading…
Reference in New Issue
Block a user