android: export mSuperNode from ViewNode

This commit is contained in:
pengfei.zhou 2022-04-07 17:32:41 +08:00 committed by osborn
parent a87fb84260
commit 80e19dbfa8

View File

@ -74,7 +74,7 @@ import pub.doric.utils.DoricUtils;
*/
public abstract class ViewNode<T extends View> extends DoricContextHolder {
protected T mView;
SuperNode<?> mSuperNode;
protected SuperNode<?> mSuperNode;
String mId;
protected ViewGroup.LayoutParams mLayoutParams;
private String mType;