Skip to content

Commit

Permalink
FIX kamilsss655#24: lock/unlock doesn't work when FM radio active
Browse files Browse the repository at this point in the history
  • Loading branch information
egzumer committed Oct 10, 2023
1 parent 60a11b6 commit 8307578
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ void GENERIC_Key_F(bool bKeyPressed, bool bKeyHeld)
return;

if (gScreenToDisplay != DISPLAY_MENU &&
gScreenToDisplay != DISPLAY_FM &&
#ifdef ENABLE_FMRADIO
!gFmRadioMode &&
#endif
gCurrentFunction != FUNCTION_TRANSMIT)
{ // toggle the keyboad lock

Expand Down

0 comments on commit 8307578

Please sign in to comment.