mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Health Connect: Fix calories unit
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ internal object ActiveCaloriesSyncer : AbstractActivitySampleSyncer<ActiveCalori
|
|||||||
offset,
|
offset,
|
||||||
endTs,
|
endTs,
|
||||||
offset,
|
offset,
|
||||||
Energy.kilocalories(caloriesInMinute.toDouble()),
|
Energy.calories(caloriesInMinute.toDouble()),
|
||||||
metadata
|
metadata
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user