mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-01-11 07:43:59 +01:00
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
Block a user