瀏覽代碼

修复错误

vothin 1 年之前
父節點
當前提交
294a612468
共有 3 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jni/logic/mainLogic.cc
  2. 二進制
      libs/armeabi/libzkgui.so
  3. 二進制
      obj/activity/mainActivity.o

+ 1 - 1
jni/logic/mainLogic.cc

@@ -522,7 +522,7 @@ int commandCount = 0;
 static bool onUI_Timer(int id){
 	switch (id) {
 	case 101: {
-		if (commandCount > 0) {
+		if (commandCount == 0) {
 			restartTime -= 1;
 		}
 		std::string restartStr = "重启倒计时:" + to_string(restartTime) + "  循环次数:" + to_string(restartCount);

二進制
libs/armeabi/libzkgui.so


二進制
obj/activity/mainActivity.o