I am facing an issue while matching the src
of ImageView
with drawable
. I am implementing this condition but it does not match:-
if (ivServices.resources == ContextCompat.getDrawable(fragment.activity!!,R.drawable.un_check))
Please help to solve this issue