YorkShen closed pull request #1744: * [Android] Change NestedInstance in 
WXEmbed to protected
URL: https://github.com/apache/incubator-weex/pull/1744
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/android/sdk/src/main/java/com/taobao/weex/ui/component/WXEmbed.java 
b/android/sdk/src/main/java/com/taobao/weex/ui/component/WXEmbed.java
index 1712c8e6a5..6eb4f2f5d0 100644
--- a/android/sdk/src/main/java/com/taobao/weex/ui/component/WXEmbed.java
+++ b/android/sdk/src/main/java/com/taobao/weex/ui/component/WXEmbed.java
@@ -64,7 +64,7 @@
   public static final String ITEM_ID = "itemId";
 
   private String src;
-  private WXSDKInstance mNestedInstance;
+  protected WXSDKInstance mNestedInstance;
   private static int ERROR_IMG_WIDTH = (int) 
WXViewUtils.getRealPxByWidth(270,750);
   private static int ERROR_IMG_HEIGHT = (int) 
WXViewUtils.getRealPxByWidth(260,750);
 


 

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


With regards,
Apache Git Services

Reply via email to