changing message id from Int to Long
This commit is contained in:
parent
f412f401d3
commit
ceb9896988
6 changed files with 27 additions and 29 deletions
|
|
@ -1,3 +1,3 @@
|
|||
package com.simplemobiletools.smsmessenger.models
|
||||
|
||||
data class MessageAttachment(val id: Int, var text: String, var attachments: ArrayList<Attachment>)
|
||||
data class MessageAttachment(val id: Long, var text: String, var attachments: ArrayList<Attachment>)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue