show the unknown attachment filename, if available

This commit is contained in:
tibbi 2020-04-12 23:25:41 +02:00
parent ba8f14de3b
commit c4e7fc3068
3 changed files with 16 additions and 3 deletions

View file

@ -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)