Skip to content

Commit

Permalink
Don't drop callbacks, they need to be handled
Browse files Browse the repository at this point in the history
  • Loading branch information
lcb01a committed Aug 18, 2024
1 parent 7c8c198 commit f8f6401
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ def handle_button_input(self, button):
return

def handle_callback_input(self, command, caller):
#Loading transition mode, we don't accept input here
if self.active_mode == 2:
self.gui.print_terminal("log_verbose: Drop callback command: {} active_mode: {}".format(command, self.active_mode)) if self.config.get_by_key("log_verbose") else None
return
self.gui.print_terminal("log_verbose: Handle callback command: {} active_mode: {}".format(command, self.active_mode)) if self.config.get_by_key("log_verbose") else None
match command:
case "cmdCallEnd" | "cmdCallBusy":
Expand Down

0 comments on commit f8f6401

Please sign in to comment.