From bf55e9b5a9c4676cc5b9a772c8090eb4a39be54f Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Thu, 7 Sep 2023 02:53:15 +0200 Subject: [PATCH] Random mac breaks "dismiss active actions" so poof --nobuild --- applications/external/apple_ble_spam/apple_ble_spam.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/applications/external/apple_ble_spam/apple_ble_spam.c b/applications/external/apple_ble_spam/apple_ble_spam.c index cfdb5fe95..5609cd696 100644 --- a/applications/external/apple_ble_spam/apple_ble_spam.c +++ b/applications/external/apple_ble_spam/apple_ble_spam.c @@ -64,14 +64,6 @@ static Payload payloads[] = { .type = ContinuityTypeNearbyAction, .data = {.nearby_action = {.flags = 0xC0, .type = 0x00}}, }}, - {.title = "Dismiss Active Actions", - .text = "Close current Nearby Actions", - .random = false, - .msg = - { - .type = ContinuityTypeNearbyAction, - .data = {.nearby_action = {.flags = 0x00, .type = 0x00}}, - }}, {.title = "AppleTV AutoFill", .text = "Banner, unlocked, long range", .random = false,