Rename updatePreferences() to upgradePreferences()
This is really an upgrade of the preference store and not an update of values, it also is consistent with SQLiteOpenHelper.onUpgrade().
This commit is contained in:
@@ -97,7 +97,7 @@ public class KeychainApplication extends Application {
|
||||
setupAccountAsNeeded(this);
|
||||
|
||||
// Update keyserver list as needed
|
||||
Preferences.getPreferences(this).updatePreferences();
|
||||
Preferences.getPreferences(this).upgradePreferences();
|
||||
|
||||
TlsHelper.addStaticCA("pool.sks-keyservers.net", getAssets(), "sks-keyservers.netCA.cer");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user