use isNotBlank in MangaImpl

This commit is contained in:
Jays2Kings 2022-05-03 18:02:53 -04:00
parent 6af327d0d9
commit 4f7230f3bd

View file

@ -81,7 +81,7 @@ open class MangaImpl : Manga {
override fun copyFrom(other: SManga) {
if (other is MangaImpl && other::ogTitle.isInitialized &&
!other.title.isBlank() && other.ogTitle != ogTitle
other.title.isNotBlank() && other.ogTitle != ogTitle
) {
val oldTitle = ogTitle
title = other.ogTitle