Remove unnecessary migrations

This commit is contained in:
AntsyLich
2024-01-15 23:45:49 +06:00
parent 1aa75f22d0
commit e51013d2a4
29 changed files with 1 additions and 960 deletions

View File

@@ -133,16 +133,7 @@ class MainActivity : BaseActivity() {
val didMigration = if (isLaunch) {
Migrations.upgrade(
context = applicationContext,
basePreferences = preferences,
uiPreferences = uiPreferences,
preferenceStore = Injekt.get(),
networkPreferences = Injekt.get(),
sourcePreferences = sourcePreferences,
securityPreferences = Injekt.get(),
libraryPreferences = libraryPreferences,
readerPreferences = Injekt.get(),
backupPreferences = Injekt.get(),
trackerManager = Injekt.get(),
)
} else {
false