优化
This commit is contained in:
@@ -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> {
|
||||
|
||||
@@ -111,6 +111,7 @@ class WebService : BaseService() {
|
||||
stopSelf()
|
||||
}
|
||||
} else {
|
||||
toastOnUi("web service cant start, no ip address")
|
||||
stopSelf()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user