missed a secondary preference initialization

This commit is contained in:
Vincent Breitmoser 2014-09-23 19:17:54 +02:00
parent 5e090e6fb6
commit ab4972b428

View File

@ -82,6 +82,9 @@ public class PreferencesActivity extends PreferenceActivity {
} else if (action != null && action.equals(ACTION_PREFS_ADV)) {
addPreferencesFromResource(R.xml.adv_preferences);
initializePassphraseCacheSubs(
(CheckBoxPreference) findPreference(Constants.Pref.PASSPHRASE_CACHE_SUBS));
initializePassphraseCacheTtl(
(IntegerListPreference) findPreference(Constants.Pref.PASSPHRASE_CACHE_TTL));