Skip to content

Commit

Permalink
[Fix] team-peekabook#287- 추천한 책 삭제 안 됨 이슈 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
6uohul committed May 11, 2024
1 parent 4a04bd7 commit 5cee34a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ extension RecommendingVC {
if let userInfo = notification.userInfo,
let recommendID = userInfo["recommendID"] as? Int {
let deletePopUpVC = RecommendDeletePopUpVC()
deletePopUpVC.recommendId = recommendID
deletePopUpVC.modalPresentationStyle = .overFullScreen
self.present(deletePopUpVC, animated: false)
}
Expand Down

0 comments on commit 5cee34a

Please sign in to comment.