Skip to content

Commit

Permalink
correct comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Oct 16, 2024
1 parent 5c414a0 commit 4b2a7d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firmware/application/apps/ui_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -911,9 +911,9 @@ void SetTouchscreenThresholdView::on_frame_sync() {
}

SetTouchscreenThresholdView::~SetTouchscreenThresholdView() {
// setting view didn't destruct correctly, this is a work around to prevent resume all values,
// but they are not released just resetted, but that's a thing thia can't fix here other than setting itself.
// TODO: correct the setting distructing process
// it seems that sometimes in the msg handler func it would enter the condi that not possible to entered,
// so added this workaround.
// TODO: find out why
in_auto_detect = false;
auto_detect_succeed_consumed = false;
time_start_auto_detect = 0;
Expand Down

0 comments on commit 4b2a7d3

Please sign in to comment.