mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17:51 +02:00
Small migration change
This commit is contained in:
@ -96,8 +96,8 @@ class PreMigrationController(bundle: Bundle? = null) :
|
||||
override fun startMigration(extraParam: String?) {
|
||||
val listOfSources = adapter?.items?.filter {
|
||||
it.sourceEnabled
|
||||
}?.joinToString("/") { it.source.id.toString() }
|
||||
prefs.migrationSources().set(listOfSources!!)
|
||||
}?.joinToString("/") { it.source.id.toString() } ?: ""
|
||||
prefs.migrationSources().set(listOfSources)
|
||||
|
||||
router.replaceTopController(
|
||||
MigrationListController.create(
|
||||
|
Reference in New Issue
Block a user