Fix app bar action tooltips blocking clicks (#1928)

This commit is contained in:
Bartu Özen
2025-03-31 10:02:40 +03:00
committed by GitHub
parent 8a21148578
commit 77e79233ab
2 changed files with 5 additions and 0 deletions

View File

@@ -201,6 +201,7 @@ fun AppBarActions(
}
},
state = rememberTooltipState(),
focusable = false,
) {
IconButton(
onClick = it.onClick,
@@ -225,6 +226,7 @@ fun AppBarActions(
}
},
state = rememberTooltipState(),
focusable = false,
) {
IconButton(
onClick = { showMenu = !showMenu },
@@ -352,6 +354,7 @@ fun SearchToolbar(
}
},
state = rememberTooltipState(),
focusable = false,
) {
IconButton(
onClick = onClick,
@@ -371,6 +374,7 @@ fun SearchToolbar(
}
},
state = rememberTooltipState(),
focusable = false,
) {
IconButton(
onClick = {