Refer to person image instead of vector drawable
This commit is contained in:
@@ -387,7 +387,7 @@ object Utils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
null -> {
|
null -> {
|
||||||
val bitmap = BitmapFactory.decodeResource(ctx.resources, R.drawable.person)
|
val bitmap = BitmapFactory.decodeResource(ctx.resources, R.drawable.person_image)
|
||||||
imageView.setImageBitmap(bitmap)
|
imageView.setImageBitmap(bitmap)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user