mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-10 19:18:56 +01:00
BrowseSourceScreen: Adjust browse mode chips placement (#8076)
The chips row is now scrollable too and filter fab is removed
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user