Adds a flag to avoid new linting warnings
This commit is contained in:
@@ -142,6 +142,7 @@ class Amethyst : Application() {
|
||||
RECEIVER_EXPORTED,
|
||||
)
|
||||
} else {
|
||||
@Suppress("UnspecifiedRegisterReceiverFlag")
|
||||
registerReceiver(
|
||||
pokeyReceiver,
|
||||
IntentFilter(PokeyReceiver.POKEY_ACTION),
|
||||
|
||||
Reference in New Issue
Block a user