mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-13 20:48:56 +01:00
SearchToolbar: Check initial search query to open keyboard by default (#9297)
This commit is contained in:
@@ -45,7 +45,6 @@ fun BrowseSourceToolbar(
|
||||
var selectingDisplayMode by remember { mutableStateOf(false) }
|
||||
|
||||
SearchToolbar(
|
||||
initialShowKeyboard = searchQuery.isNullOrEmpty(),
|
||||
navigateUp = navigateUp,
|
||||
titleContent = { AppBarTitle(title) },
|
||||
searchQuery = searchQuery,
|
||||
|
||||
Reference in New Issue
Block a user