Skip to content

Commit

Permalink
чинит баг coil-kt/coil#159
Browse files Browse the repository at this point in the history
  • Loading branch information
artwist-polyakov committed Dec 26, 2023
1 parent 5128017 commit a552489
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class VacancyAdapter(
private val radius = itemView.resources.getDimension(R.dimen.vacancy_logo_corner_radius)
fun bind(data: VacancyGeneral) = with(binding) {
companyImage.load(data.employerLogo) {
allowHardware(false)
placeholder(R.drawable.placeholder_48px)
error(R.drawable.placeholder_48px)
}
Expand Down

0 comments on commit a552489

Please sign in to comment.