check if no message came from a privately stored contact in Simple Contacts
This commit is contained in:
parent
910aa365ac
commit
db90f0f08c
3 changed files with 13 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
package com.simplemobiletools.smsmessenger.models
|
||||
|
||||
data class Conversation(
|
||||
val id: Int, val snippet: String, val date: Int, val read: Boolean, val title: String, val photoUri: String,
|
||||
val id: Int, val snippet: String, val date: Int, val read: Boolean, var title: String, val photoUri: String,
|
||||
val isGroupConversation: Boolean, val phoneNumber: String)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue