Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joshliebe committed Aug 7, 2024
1 parent 1bb6d0f commit 4e5b91a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class AppTPCompanyDetailsAdapter : RecyclerView.Adapter<AppTPCompanyDetailsAdapt
showMore.gone()
}

showMore.text = String.format(view.context.getString(R.string.atp_CompanyDetailsTrackingShowMore, bottomSignals.size))
showMore.text = String.format(view.context.getString(R.string.atp_CompanyDetailsTrackingShowMore), bottomSignals.size)
showMore.setOnClickListener {
if (!bottomSignalsLayout.isVisible) {
showMore()
Expand Down

0 comments on commit 4e5b91a

Please sign in to comment.