Skip to content

Commit

Permalink
Hold back to change idle animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zycenios committed Mar 31, 2022
1 parent a79d58b commit 111786e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion applications/desktop/views/desktop_view_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ bool desktop_main_input(InputEvent* event, void* context) {
} else if(event->type == InputTypeLong) {
if(event->key == InputKeyDown) {
main_view->callback(DesktopMainEventOpenDebug, main_view->context);
}
} else if (event->key == InputKeyBack) {
main_view->callback(DesktopAnimationEventNewIdleAnimation, main_view->context); // Change the idle animation if you long-press back. - Xander 3/29/2022
}
}

return true;
Expand Down

0 comments on commit 111786e

Please sign in to comment.