Skip to content

Commit

Permalink
remove unused eventSink parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Feb 14, 2024
1 parent 24155bb commit bdb8b00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ internal const val TEST_TAG_FILTER_DROPDOWN = "filter_dropdown"
internal fun ToolFilters(
filters: ToolsScreen.Filters,
modifier: Modifier = Modifier,
eventSink: (ToolsScreen.Event) -> Unit = {},
) = Column(modifier.fillMaxWidth()) {
Text(
stringResource(R.string.dashboard_tools_section_filter_label),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ internal fun ToolsLayout(state: ToolsScreen.State, modifier: Modifier = Modifier
item("tool-filters", "tool-filters") {
ToolFilters(
filters = filters,
eventSink = eventSink,
modifier = Modifier
.animateItemPlacement()
.padding(vertical = 16.dp)
Expand Down

0 comments on commit bdb8b00

Please sign in to comment.