[Huawei] Support workout type of cycling

Add support for workout type of (outdoor) cycling, which is 5 on the device.
This commit is contained in:
Misaka 0x4e21 2024-03-25 23:28:53 +08:00
parent 7fe619c976
commit cef277261a
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ public class HuaweiWorkoutGbParser {
return ActivityKind.TYPE_WALKING;
case 6:
return ActivityKind.TYPE_SWIMMING;
case 5:
return ActivityKind.TYPE_CYCLING;
case 7:
return ActivityKind.TYPE_INDOOR_CYCLING;
case 129: