This commit is contained in:
kunfei
2023-03-14 09:18:17 +08:00
parent 58126c4c23
commit 75af172b0a

View File

@@ -483,16 +483,16 @@ class BookInfoActivity :
addView(checkBox)
}
customView { view }
positiveButton(R.string.yes) {
yesButton {
viewModel.delBook(checkBox.isChecked) {
finish()
}
}
negativeButton(R.string.no)
noButton()
}
} else {
alert(R.string.sure, R.string.sure_del) {
okButton {
yesButton {
viewModel.delBook {
upTvBookshelf()
}