Skip to content

Commit

Permalink
Revert "Updated ChartView" (#15)
Browse files Browse the repository at this point in the history
I am Reverting the changes, I made it by mistake
  • Loading branch information
krispatel1001 authored Feb 14, 2024
2 parents 2f40606 + 120ec99 commit 7e89c26
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public void clearTrackPoints() {
});
}
}
@Override

public void onSampledInTrackPoint(@NonNull TrackPoint trackPoint, @NonNull TrackStatistics trackStatistics) {
if (isResumed()) {
ChartPoint point = ChartPoint.create(trackStatistics, trackPoint, trackPoint.getSpeed(), chartByDistance, viewBinding.chartView.getUnitSystem());
Expand Down Expand Up @@ -253,7 +253,6 @@ private synchronized void pauseTrackDataHub() {
}

/**
* @deprecated
* Returns true if the selected track is recording.
* Needs to be synchronized because trackDataHub can be accessed by multiple threads.
*/
Expand Down
Loading

0 comments on commit 7e89c26

Please sign in to comment.