Skip to content

Commit

Permalink
fix(bw): unresponsive rotary encoder after using popup menu on LS page (
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz authored May 31, 2024
1 parent a8ebf20 commit dccceb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radio/src/gui/128x64/model_logical_switches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ void menuModelLogicalSwitches(event_t event)
pushMenu(menuModelLogicalSwitchOne);
}
else {
s_editMode = 0; // Was set in 'check' function.
POPUP_MENU_START(onLogicalSwitchesMenu);
}
}
Expand Down

0 comments on commit dccceb0

Please sign in to comment.