Skip to content

Commit

Permalink
Revert one commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinmobstac committed Nov 2, 2018
1 parent 3f65d71 commit 6b60931
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EddystoneScanner/Scanner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ extension Scanner: CBCentralManagerDelegate {
// MARK: CBCentralManagerDelegate callbacks
public func centralManagerDidUpdateState(_ central: CBCentralManager) {
if central.state == .poweredOff {
stopScanning()
for beacon in self.nearbyBeacons.getSet() {
self.delegate?.didLoseBeacon(scanner: self, beacon: beacon)
}
Expand Down

0 comments on commit 6b60931

Please sign in to comment.