Fix migrate manga menu using the old manga view
This commit is contained in:
parent
498f69869a
commit
80e3229cae
@ -438,7 +438,7 @@ class MigrationListController(bundle: Bundle? = null) :
|
||||
it.controller() !is MangaAllInOneController &&
|
||||
it.controller() !is MigrationListController &&
|
||||
it.controller() !is PreMigrationController
|
||||
} + MangaController(manga).withFadeTransaction() // TODO MangaAllInOneController
|
||||
} + if (preferences.eh_useNewMangaInterface().get()) MangaAllInOneController(manga).withFadeTransaction() else MangaController(manga).withFadeTransaction()
|
||||
router.setBackstack(newStack, FadeChangeHandler())
|
||||
return@launchUI
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user