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

[2/6] incubator-weex git commit: [WEEX-224][android] WXDomObject Destory Method Should Be Called avoid Memory Leak

[WEEX-224][android] WXDomObject Destory Method Should Be Called avoid Memory Leak


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

Branch: refs/heads/master
Commit: 721174dec713441f4e56ad5d598739e14cac81eb
Parents: 4d25fa3
Author: jianbai.gbj <ji...@alibaba-inc.com>
Authored: Mon Feb 26 14:31:33 2018 +0800
Committer: jianbai.gbj <ji...@alibaba-inc.com>
Committed: Mon Feb 26 14:31:33 2018 +0800

----------------------------------------------------------------------
 .../weex/dom/text/FontBroadcastReceiver.java      | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/721174de/android/sdk/src/main/java/com/taobao/weex/dom/text/FontBroadcastReceiver.java
----------------------------------------------------------------------
diff --git a/android/sdk/src/main/java/com/taobao/weex/dom/text/FontBroadcastReceiver.java b/android/sdk/src/main/java/com/taobao/weex/dom/text/FontBroadcastReceiver.java
index 81552f2..8d1d556 100644
--- a/android/sdk/src/main/java/com/taobao/weex/dom/text/FontBroadcastReceiver.java
+++ b/android/sdk/src/main/java/com/taobao/weex/dom/text/FontBroadcastReceiver.java
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package com.taobao.weex.dom.text;
 
 import android.content.BroadcastReceiver;