mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
fix: ActivityPoint.getN2Load
This commit is contained in:
@@ -112,7 +112,7 @@ public class ActivityPoint {
|
||||
/// nitrogen (N2) tissue load (e.g. Diving)
|
||||
/// @see ActivitySummaryEntries#UNIT_PERCENTAGE
|
||||
public float getN2Load() {
|
||||
return cnsToxicity;
|
||||
return n2Load;
|
||||
}
|
||||
|
||||
/// @see ActivitySummaryEntries#UNIT_METERS
|
||||
|
||||
Reference in New Issue
Block a user