do not allow null Uri at attachments
This commit is contained in:
parent
cc6dcafa88
commit
81b12dea70
|
@ -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…
Reference in New Issue