mirror of
https://github.com/bitwarden/android.git
synced 2025-01-08 09:17:36 +03:00
Fix compile
This commit is contained in:
parent
bc6c21463b
commit
3dce7838b5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ fun NotificationCenterActionItem(
|
||||||
val contentDescription = stringResource(id = R.string.account)
|
val contentDescription = stringResource(id = R.string.account)
|
||||||
|
|
||||||
BitwardenStandardIconButton(
|
BitwardenStandardIconButton(
|
||||||
vectorIconRes = R.drawable.ic,
|
vectorIconRes = R.drawable.ic_clock,
|
||||||
contentDescription = contentDescription,
|
contentDescription = contentDescription,
|
||||||
onClick = onClick,
|
onClick = onClick,
|
||||||
modifier = Modifier.testTag(tag = "NotificationCenter"),
|
modifier = Modifier.testTag(tag = "NotificationCenter"),
|
||||||
|
|
Loading…
Reference in a new issue