Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk committed Nov 5, 2024
1 parent fc6b53f commit 6233715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ fun PreviewSearchAllPeopleScreen_InitialResults() = WireTheme {
@PreviewMultipleThemes
@Composable
fun PreviewSearchAllPeopleScreen_EmptyInitialResults() = WireTheme {
SearchAllPeopleScreen("", persistentListOf(), persistentListOf(), persistentSetOf(),false, false, { _, _ -> }, {})
SearchAllPeopleScreen("", persistentListOf(), persistentListOf(), persistentSetOf(), false, false, { _, _ -> }, {})
}

@PreviewMultipleThemes
Expand Down

0 comments on commit 6233715

Please sign in to comment.