Skip to content

Commit

Permalink
bottomshet buttons divider
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmateos authored and andresmr committed Sep 5, 2024
1 parent 8a95aa4 commit 72a00d3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ class BottomSheetDialog(
dismiss()
},
content = bottomSheetDialogUiModel.clickableWord?.let {
{ ClickableTextContent(bottomSheetDialogUiModel.message ?: "", it) }
{
ClickableTextContent(bottomSheetDialogUiModel.message ?: "", it)
}
},
showSectionDivider = when (bottomSheetDialogUiModel.clickableWord) {
null -> true
Expand Down

0 comments on commit 72a00d3

Please sign in to comment.