renaming attachment type onto mimetype
This commit is contained in:
parent
5c79ca361d
commit
ba8f14de3b
4 changed files with 17 additions and 17 deletions
|
|
@ -2,4 +2,4 @@ package com.simplemobiletools.smsmessenger.models
|
|||
|
||||
import android.net.Uri
|
||||
|
||||
data class Attachment(var uri: Uri, var type: String, var width: Int, var height: Int)
|
||||
data class Attachment(var uri: Uri, var mimetype: String, var width: Int, var height: Int)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue