This commit is contained in:
amitkumar
2022-02-11 15:25:35 +05:30
parent cb96abb8ef
commit 3f736fba5d
2 changed files with 1 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ class PlanListItemVH(private val binding: PlanListItemBinding) : RecyclerView.Vi
if(compareInfoData.iconCode == TICK) {
imageView.setImageResource(R.drawable.check)
} else if (compareInfoData.iconCode == CROSS) {
imageView.setImageResource(R.drawable.cross)
imageView.setImageResource(R.drawable.gi_ic_cross)
}
} else {
imageView.visibility = GONE