chore: polish style
This commit is contained in:
parent
6d7c20c466
commit
936f933bfd
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public fun APSAppBar(
|
|||
title = { Text(text = title) },
|
||||
navigationIcon = {
|
||||
if (navigationIcon != null) {
|
||||
IconButton(onClick = { onNavigationIconClick.invoke() }) {
|
||||
IconButton(onClick = onNavigationIconClick) {
|
||||
Icon(painter = navigationIcon, contentDescription = null)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue