BrowseSourceScreen: Adjust browse mode chips placement (#8076)

The chips row is now scrollable too and filter fab is removed
This commit is contained in:
Ivan Iskandar
2022-09-25 21:15:01 +07:00
committed by GitHub
parent ba533f30ce
commit 0190c36d20
6 changed files with 40 additions and 62 deletions

View File

@@ -59,7 +59,7 @@ open class BrowseSourceController(bundle: Bundle) :
router.popCurrentController()
}
},
onFabClick = { filterSheet?.show() },
openFilterSheet = { filterSheet?.show() },
onMangaClick = { router.pushController(MangaController(it.id, true)) },
onMangaLongClick = { manga ->
scope.launchIO {