Merge branch 'ofw-dev' into dev

This commit is contained in:
MX
2023-06-25 03:08:40 +03:00
32 changed files with 722 additions and 605 deletions

View File

@@ -37,6 +37,7 @@ static void desktop_loader_callback(const void* message, void* context) {
view_dispatcher_send_custom_event(desktop->view_dispatcher, DesktopGlobalAfterAppFinished);
}
}
static void desktop_lock_icon_draw_callback(Canvas* canvas, void* context) {
UNUSED(context);
furi_assert(canvas);