Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Mar 13, 2023
1 parent b11f6ff commit ad9f3b2
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
}
Expand Down

0 comments on commit ad9f3b2

Please sign in to comment.