Updated on 2026-08-14
This commit is contained in:
parent
19803b2d49
commit
97b7ddf039
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ internal fun PushNotificationsScreen(
|
|||
},
|
||||
),
|
||||
secondaryButton = ShowcaseButtonModel(
|
||||
buttonText = resourceReference(R.string.common_cancel),
|
||||
buttonText = resourceReference(R.string.common_later),
|
||||
onClick = onNeverRequest,
|
||||
),
|
||||
modifier = Modifier.systemBarsPadding(),
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ private fun PushNotificationsSheetContent(content: PushNotificationsBottomSheetC
|
|||
),
|
||||
) {
|
||||
SecondaryButton(
|
||||
text = stringResource(R.string.common_cancel),
|
||||
text = stringResource(R.string.common_later),
|
||||
onClick = {
|
||||
content.onNeverRequest()
|
||||
onDismiss()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue