Mi Band 9: Fix walk workout parsing

This commit is contained in:
José Rebelo 2024-10-16 19:38:15 +01:00
parent 8714c8461f
commit f9f3e8849b

View File

@ -383,6 +383,7 @@ public class WorkoutSummaryParser extends XiaomiActivityParser implements Activi
headerSize = 7;
break;
case 5:
case 6:
headerSize = 9;
break;
default: