File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
feature/login/src/main/kotlin/com/ninecraft/booket/feature/termsagreement Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package com.ninecraft.booket.feature.termsagreement
22
33import androidx.compose.foundation.background
44import androidx.compose.foundation.border
5+ import androidx.compose.foundation.clickable
56import androidx.compose.foundation.layout.Column
67import androidx.compose.foundation.layout.Row
78import androidx.compose.foundation.layout.Spacer
@@ -74,6 +75,9 @@ internal fun TermsAgreementUi(
7475 color = ReedTheme .colors.contentBrand,
7576 shape = RoundedCornerShape (ReedTheme .radius.sm),
7677 )
78+ .noRippleClickable {
79+ state.eventSink(TermsAgreementUiEvent .OnAllTermsAgreedClick )
80+ }
7781 .padding(
7882 horizontal = ReedTheme .spacing.spacing4,
7983 vertical = ReedTheme .spacing.spacing5,
You can’t perform that action at this time.
0 commit comments