mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Changed getLastSampleTimestamp() for WORKOUTS to use workout EndTime instead of StartTime. Previously, using StartTime caused the sync state to advance only to the start of the last workout, resulting in that workout being re-synced on every sync run and any new workouts started after it being missed until the next sync. Now correctly advances to workout end time, ensuring proper incremental sync.