You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/04/03 08:40:39 UTC

[GitHub] [incubator-weex] LWDM opened a new issue #2276: SDK动画事件有概率为Nil导致APP崩溃

LWDM opened a new issue #2276: SDK动画事件有概率为Nil导致APP崩溃
URL: https://github.com/apache/incubator-weex/issues/2276
 
 
   在SDK中,如果有动画事件的话,_targetComponent会有几率为nil然后导致崩溃
   WXPerformBlockOnMainThread(^{
           [_targetComponent _updateViewStyles:dupStyles];
       });

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services