renaming contactId to id
This commit is contained in:
parent
34fe393ea7
commit
b5aa561a92
2 changed files with 6 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ import com.bumptech.glide.load.resource.drawable.DrawableTransitionOptions
|
|||
import com.bumptech.glide.request.RequestOptions
|
||||
|
||||
data class Contact(
|
||||
val contactId: Int,
|
||||
val id: Int,
|
||||
var name: String,
|
||||
var photoUri: String,
|
||||
var phoneNumber: String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue