优化
This commit is contained in:
@@ -163,9 +163,11 @@ open class ChangeBookSourceViewModel(application: Application) : BaseViewModel(a
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}.timeout(60000L)
|
||||||
.timeout(60000L)
|
.onError {
|
||||||
.onFinally {
|
nextSearch()
|
||||||
|
}
|
||||||
|
.onSuccess {
|
||||||
nextSearch()
|
nextSearch()
|
||||||
}
|
}
|
||||||
tasks.add(task)
|
tasks.add(task)
|
||||||
|
|||||||
Reference in New Issue
Block a user