mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 05:48:09 +00:00
chore: polish style
This commit is contained in:
parent
6d7c20c466
commit
936f933bfd
@ -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…
x
Reference in New Issue
Block a user