Refer to person image instead of vector drawable

This commit is contained in:
Juha Heinanen
2023-04-03 15:33:13 +03:00
parent bb7c1fb24e
commit fbb8083204
@@ -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)
} }