Skip to content

Commit

Permalink
Fix copy paste error as part of fix from #105
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgyoung committed Feb 7, 2015
1 parent 1b19c2b commit 50ccd89
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ public void run() {
LogManager.w(TAG, "Cannot stop scan. Bluetooth may be turned off.");
}

if (getScanner() != null) {
getScanner().stopScan(getNewLeScanCallback());
}

mBackgroundLScanStartTime = 0;
}
mScanDeferredBefore = false;
Expand Down

0 comments on commit 50ccd89

Please sign in to comment.