Skip to content

Commit

Permalink
feat: [ANDROAPP-5896] lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmateos committed Feb 12, 2024
1 parent dc11a07 commit 5ac6536
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ internal class StageViewHolder(
stageSelector.onNext(StageSection(stage.uid(), true))
}
val eventCount = "${eventItem.eventCount} " +
resourceManager.getEventLabel(
programStageUid = stage.uid(),
quantity = eventItem.eventCount,
)
resourceManager.getEventLabel(
programStageUid = stage.uid(),
quantity = eventItem.eventCount,
)
binding.programStageCount.text = eventCount

itemView.setOnClickListener { stageSelector.onNext(StageSection(stage.uid(), false)) }
Expand Down

0 comments on commit 5ac6536

Please sign in to comment.