From 32dedc23caf477f9510692f1b2d5429eb32125ca Mon Sep 17 00:00:00 2001 From: youbing54 Date: Mon, 30 Dec 2024 15:48:30 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=20https://gitee.com/openharmony/arkui?= =?UTF-8?q?=5Face=5Fengine=5Flite/issues/IBENKW=20describe:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8DTimeModule=E5=86=85=E5=AD=98=E6=B3=84=E6=BC=8F=20Featu?= =?UTF-8?q?re=20or=20Bugfix:=20Bugfix=20Binary=20Source:Yes=20Signed-off-b?= =?UTF-8?q?y:=20youbing54?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frameworks/src/core/modules/presets/timer_module.h | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/src/core/modules/presets/timer_module.h b/frameworks/src/core/modules/presets/timer_module.h index a715fa48..ec2fb8b7 100644 --- a/frameworks/src/core/modules/presets/timer_module.h +++ b/frameworks/src/core/modules/presets/timer_module.h @@ -47,6 +47,7 @@ public: delete (timerList_); timerList_ = nullptr; } + initRes_ = -1; } private: -- Gitee