Skip to content

Commit

Permalink
Fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 committed Nov 7, 2024
1 parent 4c60e98 commit fa94e47
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ private fun ChipGroup.setChips(items: List<String>, scope: CoroutineScope) {
}

private fun ChipGroup.getTextStrings(): List<String> = children.mapNotNull {
if (it is Chip && !it.text.toString().contains(
if (it is Chip &&
!it.text.toString().contains(
context.getString(R.string.add_tag),
ignoreCase = true,
)
Expand Down

0 comments on commit fa94e47

Please sign in to comment.