You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/06/07 10:58:29 UTC

incubator-weex git commit: [WEEX-436] [iOS] fix history issue : delete rootNode in mainThread (resolve #1241)

Repository: incubator-weex
Updated Branches:
  refs/heads/master 69679b034 -> af072a686


[WEEX-436] [iOS] fix history issue : delete rootNode in mainThread (resolve #1241)

fix history issue : delete rootNode in mainThread

in some case ,WXComponentManager dealloc execute in mainThread
but all node operation(new / add / delete/other) should be in ComponentThread


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/af072a68
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/af072a68
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/af072a68

Branch: refs/heads/master
Commit: af072a68619a3c4b3be83d8e03448aef6f0074d4
Parents: 69679b0
Author: 门柳 <ha...@alibaba-inc.com>
Authored: Thu Jun 7 18:57:20 2018 +0800
Committer: 门柳 <ha...@alibaba-inc.com>
Committed: Thu Jun 7 18:57:35 2018 +0800

----------------------------------------------------------------------

----------------------------------------------------------------------