Committed by
GitHub
Fix Infinite loop on iOS (#156)
* [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>
Showing
7 changed files
with
95 additions
and
98 deletions
-
Please register or login to post a comment