Skip to content

Commit

Permalink
refactor : 리뷰1 : let 활용
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed Jan 27, 2025
1 parent 3361378 commit fb86fb5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ fun ShowScreen(
search = viewModel::search,
)

val popup = popupToShow
if (popup != null) {
popupToShow?.let { popup ->
when (popup) {
is Popup.Event -> {
EventDialog(
Expand Down

0 comments on commit fb86fb5

Please sign in to comment.