Skip to content

Commit

Permalink
[FIX] #14 ModifyBottomSheetContent 에서 공유 버튼 클릭 이벤트가 연결되지 않던 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
l5x5l committed Jul 16, 2024
1 parent 7ac909c commit 4b08545
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fun ModifyBottomSheetContent(
) {
onClickShare?.let { onClickShare ->
ModifyBottomSheetItem(
onClick = {},
onClick = onClickShare,
title = stringResource(id = R.string.share),
painter = painterResource(id = R.drawable.icon_24_share)
)
Expand Down

0 comments on commit 4b08545

Please sign in to comment.