From 4b2a7d318d36c069c2967ed5945a252c0c90dee1 Mon Sep 17 00:00:00 2001 From: zxkmm Date: Wed, 16 Oct 2024 22:43:57 +0800 Subject: [PATCH] correct comments --- firmware/application/apps/ui_settings.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/application/apps/ui_settings.cpp b/firmware/application/apps/ui_settings.cpp index 8f7979c68..edad2c39d 100644 --- a/firmware/application/apps/ui_settings.cpp +++ b/firmware/application/apps/ui_settings.cpp @@ -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;