Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Jan 30, 2024
1 parent 2c2607c commit f302fab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class BookInfoViewModel(application: Application) : BaseViewModel(application) {
}

fun refreshBook(book: Book) {
execute {
execute(executeContext = IO) {
if (book.isLocal) {
book.tocUrl = ""
book.getRemoteUrl()?.let {
Expand Down

0 comments on commit f302fab

Please sign in to comment.