Fix migration and merge buttons now showing up

This commit is contained in:
Jobobby04
2020-05-03 23:09:02 -04:00
parent 1170334fde
commit e192806950

View File

@ -138,6 +138,7 @@ class MangaInfoController(private val fromSource: Boolean = false) :
.launchIn(scope) .launchIn(scope)
} }
binding.btnMigrate.visible()
binding.btnMigrate.clicks() binding.btnMigrate.clicks()
.onEach { .onEach {
PreMigrationController.navigateToMigration( PreMigrationController.navigateToMigration(
@ -148,6 +149,7 @@ class MangaInfoController(private val fromSource: Boolean = false) :
} }
.launchIn(scope) .launchIn(scope)
binding.btnSmartSearch.visible()
binding.btnSmartSearch.clicks() binding.btnSmartSearch.clicks()
.onEach { openSmartSearch() } .onEach { openSmartSearch() }
.launchIn(scope) .launchIn(scope)