Updated on 2026-08-14
This commit is contained in:
parent
9ab23a953d
commit
c89a95265d
23 changed files with 126 additions and 90 deletions
|
|
@ -66,9 +66,8 @@ internal fun DisclaimerScreen(state: DisclaimerUM) {
|
|||
) {
|
||||
TangemTopAppBar(
|
||||
title = resourceReference(R.string.disclaimer_title),
|
||||
startButton = TopAppBarButtonUM(
|
||||
iconRes = R.drawable.ic_back_24,
|
||||
onIconClicked = state.popBack,
|
||||
startButton = TopAppBarButtonUM.Back(
|
||||
onBackClicked = state.popBack,
|
||||
).takeIf { state.isTosAccepted },
|
||||
titleAlignment = Alignment.CenterHorizontally,
|
||||
textColor = textColor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue