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