Skip to content

Commit

Permalink
Bugfix: not connecting to heart rate sensor - need to start Bluetooth…
Browse files Browse the repository at this point in the history
…RemoteSensorManager.

Introduced in bc5ab0d
  • Loading branch information
dennisguse committed Nov 8, 2019
1 parent 98443db commit b348052
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ private void resumeCurrentTrack() {
private void startRecording(boolean trackStarted) {
// Update instance variables
remoteSensorManager = new BluetoothRemoteSensorManager(this);
remoteSensorManager.start();
lastLocation = null;
currentSegmentHasLocation = false;
isIdle = false;
Expand Down

0 comments on commit b348052

Please sign in to comment.