From 77e79233ab054d16bb5dc04a040d0d86a326136f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartu=20=C3=96zen?= Date: Mon, 31 Mar 2025 10:02:40 +0300 Subject: [PATCH] Fix app bar action tooltips blocking clicks (#1928) --- CHANGELOG.md | 1 + app/src/main/java/eu/kanade/presentation/components/AppBar.kt | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1dbfc78..e512733d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co - Fix page number not appearing when opening chapter ([@perokhe](https://github.com/perokhe)) ([#1936](https://github.com/mihonapp/mihon/pull/1936)) - Fix backup sharing from notifications not working when app is in background ([@JaymanR](https://github.com/JaymanR))([#1929](https://github.com/mihonapp/mihon/pull/1929)) - Fix mark existing duplicate read chapters as read option not working in some cases ([@AntsyLich](https://github.com/AntsyLich)) ([#1944](https://github.com/mihonapp/mihon/pull/1944)) +- Fix app bar action tooltips blocking clicks ([@Bartuzen](https://github.com/Bartuzen)) ([#1928](https://github.com/mihonapp/mihon/pull/1928)) ## [v0.18.0] - 2025-03-20 ### Added diff --git a/app/src/main/java/eu/kanade/presentation/components/AppBar.kt b/app/src/main/java/eu/kanade/presentation/components/AppBar.kt index 2315e0050..1fbcb5b3c 100644 --- a/app/src/main/java/eu/kanade/presentation/components/AppBar.kt +++ b/app/src/main/java/eu/kanade/presentation/components/AppBar.kt @@ -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 = {