Closed gliyao closed 7 years ago
LGTM, thanks!
@gliyao Am I missing something here? 56: [self startHandler] (with no arguments) doesn't exist, does it ?
Also, you're missing a ; on 67
@apple-ihack-geek OMG, Thanks. 56: it should be [self startSession] I fix it at #44
Correct isStarted flag in setupSession and stopHandler method.
In previous version, startHandler and stopHandler need in pairs. The upBlock/downBlock will trigger many times with single volume up event when startHandler execute more than once.