use a different placeholder image at group conversations, not a letter
This commit is contained in:
parent
a4adf59323
commit
32d3e0b21a
5 changed files with 44 additions and 6 deletions
|
|
@ -1,3 +1,6 @@
|
|||
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)
|
||||
data class Conversation(
|
||||
val id: Int, val snippet: String, val date: Int, val read: Boolean, val title: String, val photoUri: String,
|
||||
val isGroupConversation: Boolean
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue