Fix migration and merge buttons now showing up
This commit is contained in:
parent
1170334fde
commit
e192806950
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user