mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 17:38:36 -07:00
Only load notification settings on normal boot
This commit is contained in:
@@ -538,8 +538,10 @@ int32_t notification_srv(void* p) {
|
||||
UNUSED(p);
|
||||
NotificationApp* app = notification_app_alloc();
|
||||
|
||||
if(!notification_load_settings(app)) {
|
||||
notification_save_settings(app);
|
||||
if(furi_hal_is_normal_boot()) {
|
||||
if(!notification_load_settings(app)) {
|
||||
notification_save_settings(app);
|
||||
}
|
||||
}
|
||||
|
||||
notification_vibro_off();
|
||||
|
||||
Reference in New Issue
Block a user