mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 19:09:47 +00:00
Bug 1081590: Actually call the downgrade function in ConfigurationMigrator. r=rnewman
This commit is contained in:
parent
c2a25be10d
commit
bbb3ffb302
@ -371,7 +371,7 @@ public class ConfigurationMigrator {
|
||||
upgrade0to1(context, accountManager, account, product, username, serverURL, profile);
|
||||
} else if (currentVersion == 1 && desiredVersion == 0) {
|
||||
Logger.info(LOG_TAG, "Upgrading from version 0 to version 1.");
|
||||
upgrade0to1(context, accountManager, account, product, username, serverURL, profile);
|
||||
downgrade1to0(context, accountManager, account, product, username, serverURL, profile);
|
||||
} else {
|
||||
Logger.warn(LOG_TAG, "Don't know how to migrate from version " + currentVersion + " to " + desiredVersion + ".");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user