From 27fc91fbe8f88b6885356e68828cfe1ce1db7601 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期三, 28 二月 2024 09:53:13 +0800
Subject: [PATCH] 坐标
---
lib/src/main/cpp/common/apptimer.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/src/main/cpp/common/apptimer.cpp b/lib/src/main/cpp/common/apptimer.cpp
index ff87408..9bec9b0 100644
--- a/lib/src/main/cpp/common/apptimer.cpp
+++ b/lib/src/main/cpp/common/apptimer.cpp
@@ -61,7 +61,7 @@
callback(timer->var);
}
} else {
-// LOGD("Cancel %d", static_cast<int>(timer->flag));
+// LOGD("Cancel %d", static_cast<int>(timer->stopFlag));
RemoveTimerList(timer);
}
--
Gitblit v1.8.0