You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2018/05/16 12:09:21 UTC

[3/5] incubator-weex git commit: [Core] reset var to null

[Core] reset var to null


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

Branch: refs/heads/master
Commit: ef12b7b939fa6a7627127c804dfba85247de9470
Parents: a14b217
Author: 立省 <li...@alibaba-inc.com>
Authored: Thu May 10 19:23:38 2018 +0800
Committer: miomin <69...@qq.com>
Committed: Wed May 16 18:05:48 2018 +0800

----------------------------------------------------------------------
 weex_core/Source/android/bridge/impl/bridge_impl_android.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ef12b7b9/weex_core/Source/android/bridge/impl/bridge_impl_android.cpp
----------------------------------------------------------------------
diff --git a/weex_core/Source/android/bridge/impl/bridge_impl_android.cpp b/weex_core/Source/android/bridge/impl/bridge_impl_android.cpp
index 58fcdcf..d46dd0d 100644
--- a/weex_core/Source/android/bridge/impl/bridge_impl_android.cpp
+++ b/weex_core/Source/android/bridge/impl/bridge_impl_android.cpp
@@ -95,6 +95,7 @@ namespace WeexCore {
     jCallHasTransitionProsMethodId = NULL;
     jCallUpdateAttrsMethodId = NULL;
     jCallLayoutMethodId = NULL;
+    jCallAppendTreeCreateFinishMethodId = NULL;
     jCallCreateFinishMethodId = NULL;
   }