diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e041f44..422b5e698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * SubGHz: Add IL-100 Smart support for Add manually * SubGHz: Add experimental counter overflow mode (OFEX), replicates how some key duplicators work, DO NOT USE if you don't know what you are doing, it will reset your counter value! (accesible with debug on in radio settings - counter incr.) * SubGHz: Return Honeywell Sec with fixes and improvements (by htotoo & LiQuiDz & xMasterX) +* Display: Remove display_back_light bug from "DisplayBacklightEnforceOn" (PR #928 | by @Dmitry422) * OFW PR 4279: NFC FeliCa Minor Fix: FelicaPollerEventType should only be Incomplete if the tag is FeliCa Lite (by @zinongli) * Apps: **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev) ## Other changes diff --git a/applications/services/notification/notification_app.c b/applications/services/notification/notification_app.c index de6f50d2e..3cc39ed01 100644 --- a/applications/services/notification/notification_app.c +++ b/applications/services/notification/notification_app.c @@ -490,7 +490,7 @@ static void notification_process_notification_message( furi_check(app->display_led_lock < UINT8_MAX); // --- NIGHT SHIFT --- - if(app->display_led_lock <1 ) { + if(app->display_led_lock < 1) { app->display_led_lock = 1; notification_apply_internal_led_layer( &app->display,