Skip to content

Commit 4b60fe6

Browse files
committed
lint fix
1 parent d2f9f7f commit 4b60fe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/ui-common/src/main/kotlin/com/wire/android/ui/common

core/ui-common/src/main/kotlin/com/wire/android/ui/common/SearchBar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ fun SearchBarInput(
5757
textState: TextFieldState,
5858
modifier: Modifier = Modifier,
5959
inputModifier: Modifier = Modifier,
60+
clearButtonModifier: Modifier = Modifier,
6061
placeholderTextStyle: TextStyle = LocalTextStyle.current,
6162
placeholderAlignment: Alignment.Horizontal = Alignment.CenterHorizontally,
6263
interactionSource: MutableInteractionSource = remember { MutableInteractionSource() },
@@ -65,7 +66,6 @@ fun SearchBarInput(
6566
isLoading: Boolean = false,
6667
inputEnabled: Boolean = true,
6768
semanticDescription: String? = null,
68-
clearButtonModifier: Modifier = Modifier,
6969
onTap: (() -> Unit)? = null
7070
) {
7171

0 commit comments

Comments
 (0)