0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-19 19:42:29 +02:00

Fix legacy preovider option not being saved.

This commit is contained in:
Arne Schwabe 2021-10-06 19:45:28 +02:00
parent 67a7438ccb
commit 789effda05

View File

@ -215,6 +215,7 @@ public class Settings_Basic extends KeyChainSettingsFragment implements OnItemSe
mProfile.mCrlFilename = mCrlFile.getData();
mProfile.mUseLzo = mUseLzo.isChecked();
mProfile.mUseLegacyProvider = mUseLegacyProvider.isChecked();
mProfile.mAuthenticationType = mType.getSelectedItemPosition();
mProfile.mPKCS12Filename = mpkcs12.getData();
mProfile.mPKCS12Password = mPKCS12Password.getText().toString();