mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -262,7 +262,7 @@ class BookInfoActivity :
|
||||
tvLasted.text = getString(R.string.lasted_show, book.latestChapterTitle)
|
||||
tvIntro.text = book.getDisplayIntro()
|
||||
llToc?.visible(!book.isWebFile)
|
||||
editMenuItem?.visible(viewModel.inBookshelf)
|
||||
editMenuItem?.isVisible = viewModel.inBookshelf
|
||||
upTvBookshelf()
|
||||
val kinds = book.getKindList()
|
||||
if (kinds.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user