mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 22:35:17 +00:00
chore: polish style
This commit is contained in:
@@ -38,7 +38,7 @@ public fun APSAppBar(
|
|||||||
title = { Text(text = title) },
|
title = { Text(text = title) },
|
||||||
navigationIcon = {
|
navigationIcon = {
|
||||||
if (navigationIcon != null) {
|
if (navigationIcon != null) {
|
||||||
IconButton(onClick = { onNavigationIconClick.invoke() }) {
|
IconButton(onClick = onNavigationIconClick) {
|
||||||
Icon(painter = navigationIcon, contentDescription = null)
|
Icon(painter = navigationIcon, contentDescription = null)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user