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