Only call stopNow if we're nagging (#8601)

This commit is contained in:
Ben Meadors
2025-11-10 11:58:39 -06:00
committed by GitHub
parent 1c0c6b2736
commit e9590003f4

View File

@@ -52,7 +52,7 @@ int InputBroker::handleInputEvent(const InputEvent *event)
powerFSM.trigger(EVENT_INPUT); // todo: not every input should wake, like long hold release
if (event && event->inputEvent != INPUT_BROKER_NONE && externalNotificationModule &&
moduleConfig.external_notification.enabled) {
moduleConfig.external_notification.enabled && externalNotificationModule->nagging()) {
externalNotificationModule->stopNow();
}