Skip to content

Commit

Permalink
removed redundant call (#1282)
Browse files Browse the repository at this point in the history
Co-authored-by: GullCode <gullradriel@hotmail.com>
  • Loading branch information
gullradriel and GullCode authored Jul 17, 2023
1 parent 4e823dd commit 92072b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion firmware/application/apps/ui_recon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ ReconView::ReconView(NavigationView& nav)
button_restart.on_select = [this](Button&) {
frequency_file_load(true);
if (frequency_list.size() > 0) {
def_step = step_mode.selected_index(); // Use def_step from manual selector
if (fwd) {
button_dir.set_text("FW>");
} else {
Expand Down

0 comments on commit 92072b4

Please sign in to comment.