vothin 1 rok temu
rodzic
commit
294a612468

+ 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);

BIN
libs/armeabi/libzkgui.so


BIN
obj/activity/mainActivity.o