mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Garmin: fix Failed to get string resource by name for numeric device ID
FIT file for testing: https://github.com/ThomasKuehne/FIT-test-files/tree/main/Activity/2026/Activity_20260118_002_009_Cycling_Downhill_EdgeMtb_1da0225a17673383029e744960ba3a56.fit
This commit is contained in:
+1
-1
@@ -937,7 +937,7 @@ public class GarminWorkoutParser implements ActivitySummaryParser {
|
||||
tableBuilder.addRow(
|
||||
"device_info_" + deviceIndex,
|
||||
Arrays.asList(
|
||||
new ActivitySummaryValue(device, UNIT_NONE),
|
||||
new ActivitySummaryValue(device, UNIT_RAW_STRING),
|
||||
new ActivitySummaryValue(status),
|
||||
new ActivitySummaryValue(level, level_uom)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user