mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-16 19:50:40 +01:00
make photoUri changeable at the Conversation model
This commit is contained in:
parent
1c1a2d2855
commit
60c994756d
@ -1,5 +1,5 @@
|
||||
package com.simplemobiletools.smsmessenger.models
|
||||
|
||||
data class Conversation(
|
||||
val id: Int, val snippet: String, val date: Int, val read: Boolean, var title: String, val photoUri: String,
|
||||
val id: Int, val snippet: String, val date: Int, val read: Boolean, var title: String, var photoUri: String,
|
||||
val isGroupConversation: Boolean, val phoneNumber: String)
|
||||
|
Loading…
x
Reference in New Issue
Block a user