mirror of
https://github.com/bitwarden/android.git
synced 2025-01-07 08:47: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)
|
||||
|
||||
BitwardenStandardIconButton(
|
||||
vectorIconRes = R.drawable.ic,
|
||||
vectorIconRes = R.drawable.ic_clock,
|
||||
contentDescription = contentDescription,
|
||||
onClick = onClick,
|
||||
modifier = Modifier.testTag(tag = "NotificationCenter"),
|
||||
|
|
Loading…
Reference in a new issue