1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-03 11:33:19 +02:00

Update LiveActivityFragment.java

I'm sorry, I wanted to add entry if > min HR
This commit is contained in:
Pavel 2018-09-16 20:35:28 +03:00 committed by GitHub
parent e85257b545
commit 62e080d5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,6 @@ public class LiveActivityFragment extends AbstractChartFragment {
if (hr > HeartRateUtils.getInstance().getMinHeartRate()) {
mHeartRateSet.addEntry(new Entry(timestamp, hr));
}
mHeartRateSet.addEntry(new Entry(timestamp, hr));
}
private boolean addHistoryDataSet(boolean force) {