Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit b348052

Browse files
committed
Bugfix: not connecting to heart rate sensor - need to start BluetoothRemoteSensorManager.
Introduced in bc5ab0d
1 parent 98443db commit b348052

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/de/dennisguse/opentracks/services/TrackRecordingService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ private void resumeCurrentTrack() {
597597
private void startRecording(boolean trackStarted) {
598598
// Update instance variables
599599
remoteSensorManager = new BluetoothRemoteSensorManager(this);
600+
remoteSensorManager.start();
600601
lastLocation = null;
601602
currentSegmentHasLocation = false;
602603
isIdle = false;

0 commit comments

Comments
 (0)