Implemented AssistedInject for details screen
This commit is contained in:
@ -23,6 +23,7 @@ fun SearchField(
|
||||
value = query,
|
||||
onValueChange = onQueryChange,
|
||||
modifier = modifier,
|
||||
maxLines = 1,
|
||||
placeholder = {
|
||||
if (hint != null) {
|
||||
Text(text = hint)
|
||||
|
Reference in New Issue
Block a user