This commit is contained in:
kunfei 2022-09-20 09:29:42 +08:00
parent 6ec2fddbc4
commit ec45ab1b5b
2 changed files with 3 additions and 0 deletions

View File

@ -95,10 +95,12 @@ data class BookSource(
@Ignore
@IgnoredOnParcel
@Transient
private var exploreKinds: List<ExploreKind>? = null
@Ignore
@IgnoredOnParcel
@Transient
private val mutex = Mutex()
suspend fun exploreKinds(): List<ExploreKind> {

View File

@ -111,6 +111,7 @@ class WebService : BaseService() {
stopSelf()
}
} else {
toastOnUi("web service cant start, no ip address")
stopSelf()
}
}