Make mimeType private to encourage using getSafeMimeType() method.
This commit is contained in:
parent
9cbaadedfb
commit
b7ad50a3ce
@ -31,7 +31,7 @@ data class ContentAttachmentData(
|
||||
val name: String? = null,
|
||||
val queryUri: String,
|
||||
val path: String,
|
||||
val mimeType: String?,
|
||||
private val mimeType: String?,
|
||||
val type: Type
|
||||
) : Parcelable {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user