fill the Suggestions list with contacts
This commit is contained in:
parent
979744cbd5
commit
8736473b35
10 changed files with 161 additions and 121 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue