show the unknown attachment filename, if available
This commit is contained in:
parent
ba8f14de3b
commit
c4e7fc3068
3 changed files with 16 additions and 3 deletions
|
|
@ -2,4 +2,4 @@ package com.simplemobiletools.smsmessenger.models
|
|||
|
||||
import android.net.Uri
|
||||
|
||||
data class Attachment(var uri: Uri, var mimetype: String, var width: Int, var height: Int)
|
||||
data class Attachment(var uri: Uri, var mimetype: String, var width: Int, var height: Int, var filename: String)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue