leon hai 1 ano
pai
achega
e5e70e63ff
Modificáronse 3 ficheiros con 4 adicións e 3 borrados
  1. 2 2
      ios/hola.xcodeproj/project.pbxproj
  2. 0 0
      ios/main.jsbundle
  3. 2 1
      src/pages/clock/ClockMain.tsx

+ 2 - 2
ios/hola.xcodeproj/project.pbxproj

@@ -572,7 +572,7 @@
 				CODE_SIGN_ENTITLEMENTS = hola/hola.entitlements;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 24;
+				CURRENT_PROJECT_VERSION = 25;
 				DEVELOPMENT_TEAM = GPMXAZ9G5N;
 				ENABLE_BITCODE = NO;
 				INFOPLIST_FILE = hola/Info.plist;
@@ -605,7 +605,7 @@
 				CODE_SIGN_ENTITLEMENTS = hola/hola.entitlements;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 24;
+				CURRENT_PROJECT_VERSION = 25;
 				DEVELOPMENT_TEAM = GPMXAZ9G5N;
 				INFOPLIST_FILE = hola/Info.plist;
 				LD_RUNPATH_SEARCH_PATHS = (

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
ios/main.jsbundle


+ 2 - 1
src/pages/clock/ClockMain.tsx

@@ -51,6 +51,7 @@ import { repeat } from "lodash";
 import { setWXFollow } from "@/store/permission";
 import Discovery from "@/features/trackTimeDuration/components/Discovery";
 import NoData from "@/components/view/NoData";
+import { getLocalPush } from "@/features/trackTimeDuration/actions/TrackTimeActions";
 
 const utc = require('dayjs/plugin/utc')
 const timezone = require('dayjs/plugin/timezone')
@@ -366,7 +367,7 @@ export default function Page() {
     }
 
     function checkTimeZone() {
-        debugger
+        getLocalPush()
         setCount((prevCounter) => prevCounter + 1)
         var timeZoneFormatted = getTimezone()
 

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio