Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
* [Android] Change NestedInstance in WXEmbed to protected for sub-cla…
Browse files Browse the repository at this point in the history
…ss to override. (#1744)
  • Loading branch information
YorkShen committed Nov 13, 2018
1 parent 476334e commit 235f3a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class WXEmbed extends WXDiv implements WXSDKInstance.OnInstanceVisibleLis
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);

Expand Down

0 comments on commit 235f3a5

Please sign in to comment.