forked from Louvorg/ReaderForSelfoss-multiplatform
fix: NPE may be caused by the binding or the title that was null.
This commit is contained in:
@ -6,7 +6,7 @@ class MercuryModel {
|
||||
|
||||
@Serializable
|
||||
class ParsedContent(
|
||||
val title: String,
|
||||
val title: String?,
|
||||
val content: String?,
|
||||
val lead_image_url: String?,
|
||||
val url: String
|
||||
|
Reference in New Issue
Block a user