File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
feature/login/src/main/kotlin/com/ninecraft/booket/feature/termsagreement Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import com.ninecraft.booket.feature.screens.TermsAgreementScreen
3838import com.slack.circuit.codegen.annotations.CircuitInject
3939import dagger.hilt.android.components.ActivityRetainedComponent
4040import kotlinx.collections.immutable.persistentListOf
41- import com.ninecraft.booket.core.designsystem.R as DesignR
41+ import com.ninecraft.booket.core.designsystem.R as designR
4242
4343@CircuitInject(TermsAgreementScreen ::class , ActivityRetainedComponent ::class )
4444@Composable
@@ -184,7 +184,7 @@ private fun TermItem(
184184
185185 if (hasDetailAction) {
186186 Icon (
187- imageVector = ImageVector .vectorResource(id = DesignR .drawable.ic_chevron_right),
187+ imageVector = ImageVector .vectorResource(id = designR .drawable.ic_chevron_right),
188188 contentDescription = " Navigation Icon" ,
189189 tint = Color .Unspecified ,
190190 )
You can’t perform that action at this time.
0 commit comments