mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-13 20:48:56 +01:00
Add scroll overlay to LibraryToolbar (#7669)
Works when category tab is not shown
This commit is contained in:
@@ -89,7 +89,7 @@ fun AppBar(
|
||||
// Menu
|
||||
actions: @Composable RowScope.() -> Unit = {},
|
||||
// Action mode
|
||||
isActionMode: Boolean,
|
||||
isActionMode: Boolean = false,
|
||||
onCancelActionMode: () -> Unit = {},
|
||||
// Banners
|
||||
downloadedOnlyMode: Boolean = false,
|
||||
|
||||
Reference in New Issue
Block a user