mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Add accessibility label on buttons.
This commit is contained in:
@@ -243,6 +243,7 @@ private fun TopAppBar(
|
||||
title = stringResource(R.string.StickerManagementActivity_stickers),
|
||||
titleContent = { _, title -> Text(text = title, style = MaterialTheme.typography.titleLarge) },
|
||||
navigationIconPainter = painterResource(R.drawable.symbol_arrow_start_24),
|
||||
navigationContentDescription = stringResource(R.string.DefaultTopAppBar__navigate_up_content_description),
|
||||
onNavigationClick = onBackPress
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user