mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 03:27:51 +02:00
Fix migration and merge buttons now showing up
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user