Merge remote-tracking branch 'origin/master'

This commit is contained in:
kunfei
2023-03-13 14:44:59 +08:00
2 changed files with 7 additions and 6 deletions
@@ -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()
}
}
}