Fix crash with restoring backups
This commit is contained in:
parent
301500dcef
commit
326489fef3
@ -19,7 +19,7 @@ open class MangaImpl : Manga {
|
|||||||
|
|
||||||
// SY -->
|
// SY -->
|
||||||
private val customManga: CustomMangaInfo?
|
private val customManga: CustomMangaInfo?
|
||||||
get() = getCustomMangaInfo.get(id!!)
|
get() = id?.let { getCustomMangaInfo.get(it) }
|
||||||
|
|
||||||
override var title: String
|
override var title: String
|
||||||
get() = if (favorite) {
|
get() = if (favorite) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user