Skip to content

Commit

Permalink
[refactor] #190 toast message
Browse files Browse the repository at this point in the history
  • Loading branch information
leeseokchan00 authored and lsakee committed Nov 24, 2024
1 parent 9f74e74 commit 9f79c5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class ClipLinkFragment : BindingFragment<FragmentClipLinkBinding>({ FragmentClip
DeleteLinkBottomSheetFragment.newInstance(
clipId,
isFullClipSize,
{ requireContext().linkMindSnackBar(binding.vSnack, "클립 하나임", true) },
{ requireContext().linkMindSnackBar(binding.vSnack, "이동할 클립을 하나 이상 생성해 주세요", true) },
handleDeleteButton = {
viewModel.deleteLink(linkDTO.toastId)
},
Expand Down

0 comments on commit 9f79c5f

Please sign in to comment.