Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 936f933

Browse files
committed
chore: polish style
1 parent 6d7c20c commit 936f933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/compose/src/main/kotlin/app/passwordstore/ui/APSAppBar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public fun APSAppBar(
3838
title = { Text(text = title) },
3939
navigationIcon = {
4040
if (navigationIcon != null) {
41-
IconButton(onClick = { onNavigationIconClick.invoke() }) {
41+
IconButton(onClick = onNavigationIconClick) {
4242
Icon(painter = navigationIcon, contentDescription = null)
4343
}
4444
}

0 commit comments

Comments
 (0)