mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +01:00
Huawei: Fix cycling workout type
Cycling workout type is actually 3 instead of 5.
This commit is contained in:
parent
7cb7c0ea8a
commit
d68cb8c743
@ -128,7 +128,7 @@ public class HuaweiWorkoutGbParser {
|
||||
return ActivityKind.TYPE_WALKING;
|
||||
case 6:
|
||||
return ActivityKind.TYPE_SWIMMING;
|
||||
case 5:
|
||||
case 3:
|
||||
return ActivityKind.TYPE_CYCLING;
|
||||
case 7:
|
||||
return ActivityKind.TYPE_INDOOR_CYCLING;
|
||||
|
Loading…
Reference in New Issue
Block a user