mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -473,8 +473,13 @@ class BookInfoActivity :
|
||||
negativeButton(R.string.no)
|
||||
}
|
||||
} else {
|
||||
viewModel.delBook {
|
||||
upTvBookshelf()
|
||||
alert(R.string.sure, R.string.sure_del) {
|
||||
okButton {
|
||||
viewModel.delBook {
|
||||
upTvBookshelf()
|
||||
}
|
||||
}
|
||||
noButton()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user