Skip to content

Commit

Permalink
[MERGE/#278] develop -> #278
Browse files Browse the repository at this point in the history
  • Loading branch information
boiledEgg-s committed Oct 6, 2024
2 parents 54d26e0 + f454c3f commit 291d037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ fun ScrapDialog(
is ScrapDialogSideEffect.PatchedScrap -> {
onClickChangeColor()
onDismissRequest(false)
context.toast(R.string.dialog_content_calendar_color_change_complete)
}

is ScrapDialogSideEffect.NavigateToDetail -> onClickNavigateButton(
Expand Down
2 changes: 1 addition & 1 deletion feature/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<string name="dialog_content_scrap_sub_title">곡고λ₯Ό μΊ˜λ¦°λ”μ— μŠ€ν¬λž©ν•˜μ‹œκ² μ–΄μš”?</string>
<string name="dialog_content_color_button">슀크랩 색상</string>
<string name="dialog_content_calendar_color_change">색상 λ³€κ²½ν•˜κΈ°</string>
<string name="dialog_content_calendar_color_change_complete">색상 λ³€κ²½μ™„λ£Œ</string>
<string name="dialog_content_calendar_color_change_complete">슀크랩 색상이 λ³€κ²½λ˜μ—ˆμ–΄μš”!</string>
<string name="dialog_scrap_button">λ‚΄ μΊ˜λ¦°λ”μ— μŠ€ν¬λž©ν•˜κΈ°</string>
<string name="dialog_content_scrap_cancel_main_title">관심 곡고가 μΊ˜λ¦°λ”μ—μ„œ μ‚¬λΌμ Έμš”!</string>
<string name="dialog_content_scrap_cancel_sub_title">μŠ€ν¬λž©μ„ μ·¨μ†Œν•˜μ‹œκ² μ–΄μš”?</string>
Expand Down

0 comments on commit 291d037

Please sign in to comment.