This commit is contained in:
kunfei
2022-10-03 23:06:58 +08:00
parent 1da155be38
commit fd943bfa38

View File

@@ -214,6 +214,9 @@ class BookInfoActivity :
waitDialog.show()
try {
RemoteBookWebDav.upload(it)
//更新书籍最后更新时间,使之比远程书籍的时间新
it.latestChapterTime = System.currentTimeMillis()
viewModel.saveBook(it)
} catch (e: Exception) {
toastOnUi(e.localizedMessage)
} finally {