fill the Suggestions list with contacts

This commit is contained in:
tibbi 2020-04-06 19:20:17 +02:00
parent 979744cbd5
commit 8736473b35
10 changed files with 161 additions and 121 deletions

View file

@ -12,7 +12,8 @@ data class Contact(
val id: Int,
var name: String,
var photoUri: String,
var phoneNumber: String
var phoneNumber: String,
var isOrganization: Boolean
) {
fun updateImage(context: Context, imageView: ImageView, placeholder: Drawable) {
if (photoUri.isEmpty()) {