check if no message came from a privately stored contact in Simple Contacts

This commit is contained in:
tibbi 2020-05-18 23:22:27 +02:00
parent 910aa365ac
commit db90f0f08c
3 changed files with 13 additions and 1 deletions

View file

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