This commit is contained in:
kunfei
2022-03-25 21:44:09 +08:00
parent 0f24233f52
commit cd289e6c2a

View File

@@ -163,9 +163,11 @@ open class ChangeBookSourceViewModel(application: Application) : BaseViewModel(a
}
}
}
}
.timeout(60000L)
.onFinally {
}.timeout(60000L)
.onError {
nextSearch()
}
.onSuccess {
nextSearch()
}
tasks.add(task)