Remove unused indexed function call
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
davidoskky 2023-08-19 11:34:37 +02:00
parent 1e6bc57751
commit 24beee070c

View File

@ -144,7 +144,7 @@ class FilterSheetFragment : BottomSheetDialogFragment(), DIAware {
val tags = repository.getTags()
tags.forEachIndexed { _, tag ->
tags.forEach { tag ->
val c = Chip(context)
c.ellipsize = TextUtils.TruncateAt.END
c.text = tag.tag