mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
do not allow null Uri at attachments
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user