Skip to content

Commit

Permalink
[FEAT/#231] 스크랩시 다이얼로그 자동 닫기
Browse files Browse the repository at this point in the history
  • Loading branch information
boiledEgg-s committed Sep 9, 2024
1 parent 8bd69a7 commit 127ae5b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ fun ScrapDialog(
internshipAnnouncementId
)

is ScrapDialogSideEffect.ScrappedAnnouncement -> onScrapAnnouncement()
is ScrapDialogSideEffect.ScrappedAnnouncement -> {
onScrapAnnouncement()
onDismissRequest()
}
}
}
}
Expand Down

0 comments on commit 127ae5b

Please sign in to comment.