renaming contactId to id

This commit is contained in:
tibbi 2020-04-06 10:13:25 +02:00
parent 34fe393ea7
commit b5aa561a92
2 changed files with 6 additions and 6 deletions

View file

@ -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