Skip to content

Commit

Permalink
[add] #159 bookmark view visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokwanhee committed Jan 30, 2024
1 parent eeed808 commit d05cc1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ class PinActivity : BaseActivity<ActivityPinBinding>() {
confirmClick = {
// TODO : 스크랩 삭제 API 연동
viewModel.deleteShopScrap(scrapId)
binding.bookmarkImageView.isSelected = false
}
).show(supportFragmentManager, SCRAP_REMOVE_DIALOG)
} else {
Expand Down

0 comments on commit d05cc1e

Please sign in to comment.