mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Mi Band 9: Fix outdoor cycling parsing
This commit is contained in:
+3
@@ -454,6 +454,9 @@ public class WorkoutSummaryParser extends XiaomiActivityParser implements Activi
|
||||
case 5:
|
||||
headerSize = 6;
|
||||
break;
|
||||
case 6:
|
||||
headerSize = 7;
|
||||
break;
|
||||
default:
|
||||
LOG.warn("Unable to parse workout summary version {}", fileId.getVersion());
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user