UIApplication+idleTimerLock.h
261 Bytes
-
Fix Infinite loop on iOS (#156) · 295095c4 ...
* [Fix][*]fix Infinite loop of iOS Signed-off-by: suyao-lingoace <yao.su@pplingo.com> * Fix Infinite loop on iOS When you use setter method in it's KVO,Will cause infinite loop,So I hook the setter method ,If the enable is 'YES' ,I ignore other call the setter. Signed-off-by: suyao-lingoace <yao.su@pplingo.com> * Update wakelock/ios/Classes/WakelockPlugin.m Co-authored-by: creativecreatorormaybenot <creativecreatorormaybenot@gmail.com> * Update wakelock/ios/Classes/WakelockPlugin.m Co-authored-by: creativecreatorormaybenot <creativecreatorormaybenot@gmail.com> * Update wakelock/ios/Classes/WakelockPlugin.m Co-authored-by: creativecreatorormaybenot <creativecreatorormaybenot@gmail.com>
suyao-lingoace authored