Small migration change
This commit is contained in:
parent
c9b988aca6
commit
a9ef4bef8e
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ class PreMigrationController(bundle: Bundle? = null) :
|
||||||
override fun startMigration(extraParam: String?) {
|
override fun startMigration(extraParam: String?) {
|
||||||
val listOfSources = adapter?.items?.filter {
|
val listOfSources = adapter?.items?.filter {
|
||||||
it.sourceEnabled
|
it.sourceEnabled
|
||||||
}?.joinToString("/") { it.source.id.toString() }
|
}?.joinToString("/") { it.source.id.toString() } ?: ""
|
||||||
prefs.migrationSources().set(listOfSources!!)
|
prefs.migrationSources().set(listOfSources)
|
||||||
|
|
||||||
router.replaceTopController(
|
router.replaceTopController(
|
||||||
MigrationListController.create(
|
MigrationListController.create(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue