From 337a5e3caef48cda6954979ad826d5cc9a726cfb Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 14 Mar 2025 14:12:12 -0400 Subject: [PATCH] Adds a flag to avoid new linting warnings --- amethyst/src/main/java/com/vitorpamplona/amethyst/Amethyst.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/Amethyst.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/Amethyst.kt index d1f891f2b..b83a2c3dc 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/Amethyst.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/Amethyst.kt @@ -142,6 +142,7 @@ class Amethyst : Application() { RECEIVER_EXPORTED, ) } else { + @Suppress("UnspecifiedRegisterReceiverFlag") registerReceiver( pokeyReceiver, IntentFilter(PokeyReceiver.POKEY_ACTION),