Skip to content

Commit

Permalink
Extracts ApplicationPreferencesMigrations out of ApplicationPreferenc…
Browse files Browse the repository at this point in the history
…esImpl
  • Loading branch information
meikpiep committed Feb 26, 2025
1 parent 236caa2 commit adb9bd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class MainApplication : Application() {
val applicationPreferences = ApplicationPreferencesImpl(this)
val preferenceMigrations = ApplicationPreferencesMigrations(applicationPreferences)
preferenceMigrations.migrateThemeToNightModeIfNecessary()
preferenceMigrations.migrateDifficultySettingIfNecessary()

val options =
DynamicColorsOptions
Expand Down

0 comments on commit adb9bd2

Please sign in to comment.