Update Config.java

This commit is contained in:
Joey Schaff 2025-03-22 21:37:37 -04:00 committed by GitHub
parent 7696132dfe
commit ce53b5f3e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -272,7 +272,7 @@ public final class Config
/** Config migrations. */ /** Config migrations. */
private static int CONFIG_VERSION = 1; private static int CONFIG_VERSION = 2;
public static void migrate(SharedPreferences prefs) public static void migrate(SharedPreferences prefs)
{ {