From 8cc8185048c8df1b4886e15df008e0c41341cf55 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:27:01 -0500 Subject: [PATCH] fix(car): suppress INVISIBLE_MEMBER in CarScreensTest for fdroid build (#6010) Co-authored-by: Claude Opus 4.8 --- .../test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feature/car/src/test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt b/feature/car/src/test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt index 6c8a982eb..7d1263f50 100644 --- a/feature/car/src/test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt +++ b/feature/car/src/test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt @@ -14,6 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER") + package org.meshtastic.feature.car import androidx.car.app.model.PaneTemplate