determine the message attachments size at fetching
This commit is contained in:
parent
81b12dea70
commit
7c355e9aae
4 changed files with 28 additions and 6 deletions
|
|
@ -2,4 +2,4 @@ package com.simplemobiletools.smsmessenger.models
|
|||
|
||||
import android.net.Uri
|
||||
|
||||
data class Attachment(var uri: Uri, var type: String)
|
||||
data class Attachment(var uri: Uri, var type: String, var width: Int, var height: Int)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue