mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-09 03:37:03 +01:00
CMF Watch Pro 2: Fix workout gps recognition
This commit is contained in:
parent
6dd5d03ea7
commit
99e843606c
@ -438,8 +438,8 @@ public class CmfActivitySync {
|
||||
return;
|
||||
}
|
||||
|
||||
// Previous to last byte indicates if it has gps
|
||||
if (summaryBytes[summaryBytes.length - 2] == 1) {
|
||||
// FIXME: This should be set by CmfWorkoutSummaryParser
|
||||
if (summaryBytes[30] == 1) {
|
||||
activitiesWithGps.add(summary);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user