mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-02 22:15:51 +01:00
Fossil Classic: fix unknown wearing state
This commit is contained in:
parent
f8a25ad18e
commit
24c2c99890
@ -23,7 +23,7 @@ import java.util.ArrayList;
|
||||
public class ActivityFileParser {
|
||||
// state flags;
|
||||
int heartRateQuality;
|
||||
ActivityEntry.WEARING_STATE wearingState = ActivityEntry.WEARING_STATE.UNKNOWN;
|
||||
ActivityEntry.WEARING_STATE wearingState = ActivityEntry.WEARING_STATE.WEARING;
|
||||
int currentTimestamp = -1;
|
||||
ActivityEntry currentSample = null;
|
||||
int currentId = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user