Commit 6726202
committed
This change updates how metadata is built for Health Connect synchronization. Instead of using the measurement's timestamp for
clientRecordVersion, it now uses the current timestamp (Instant.now()). This ensures that each synchronization attempt is treated as a unique version, forcing an update of the record in Health Connect.1 parent 747b4ac commit 6726202
File tree
1 file changed
+1
-1
lines changed- src/app/src/main/java/com/health/openscale/sync/core/sync
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments