do not allow null Uri at attachments
This commit is contained in:
parent
cc6dcafa88
commit
81b12dea70
1 changed files with 1 additions and 1 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue