mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user