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/12/20 07:47:34 UTC

[incubator-weex] branch master updated: * [Android] cherry-pick commit a06dca013987869184bb8312904a53f8b04c194f: (#1941)

This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new acf7227  * [Android] cherry-pick commit  a06dca013987869184bb8312904a53f8b04c194f: (#1941)
acf7227 is described below

commit acf722723528d66fa66f78f02af1bd4abbb89fa4
Author: chen <lu...@users.noreply.github.com>
AuthorDate: Thu Dec 20 15:47:30 2018 +0800

    * [Android] cherry-pick commit  a06dca013987869184bb8312904a53f8b04c194f: (#1941)
---
 android/sdk/src/main/java/com/taobao/weex/ui/component/WXComponent.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/sdk/src/main/java/com/taobao/weex/ui/component/WXComponent.java b/android/sdk/src/main/java/com/taobao/weex/ui/component/WXComponent.java
index 0336013..b926b95 100644
--- a/android/sdk/src/main/java/com/taobao/weex/ui/component/WXComponent.java
+++ b/android/sdk/src/main/java/com/taobao/weex/ui/component/WXComponent.java
@@ -507,7 +507,7 @@ public abstract class WXComponent<T extends View> extends WXBasicComponent imple
     void onHostViewClick();
   }
 
-  interface OnFocusChangeListener {
+  public interface OnFocusChangeListener{
     void onFocusChange(boolean hasFocus);
   }