mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 06:15:48 +00:00
chore: polish style
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user