Implemented AssistedInject for details screen

This commit is contained in:
2024-07-29 12:07:13 +02:00
parent 08da2cbbe0
commit aab5f5e0de
25 changed files with 195 additions and 34 deletions

View File

@ -23,6 +23,7 @@ fun SearchField(
value = query,
onValueChange = onQueryChange,
modifier = modifier,
maxLines = 1,
placeholder = {
if (hint != null) {
Text(text = hint)