Adds a flag to avoid new linting warnings

This commit is contained in:
Vitor Pamplona
2025-03-14 14:12:12 -04:00
parent 32b184a9cd
commit 337a5e3cae
@@ -142,6 +142,7 @@ class Amethyst : Application() {
RECEIVER_EXPORTED,
)
} else {
@Suppress("UnspecifiedRegisterReceiverFlag")
registerReceiver(
pokeyReceiver,
IntentFilter(PokeyReceiver.POKEY_ACTION),