Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmlodawski committed Aug 2, 2024
1 parent ace79bc commit f90b550
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private void attachRecorder() {
} else if (googleApiClient.isConnected()) {
if (isWatchingActivity) { return; }
startTracking();
if (mConfig.getStopOnStillActivity() && activityRecognitionPermitted())) {
if (mConfig.getStopOnStillActivity() && activityRecognitionPermitted()) {
ActivityRecognition.ActivityRecognitionApi.requestActivityUpdates(
googleApiClient,
mConfig.getActivitiesInterval(),
Expand Down

0 comments on commit f90b550

Please sign in to comment.