Update visibility of isDirty in CSSNode
This commit is contained in:
@@ -129,7 +129,7 @@ public class CSSNode {
|
|||||||
/**
|
/**
|
||||||
* See {@link LayoutState#DIRTY}.
|
* See {@link LayoutState#DIRTY}.
|
||||||
*/
|
*/
|
||||||
/*package*/ boolean isDirty() {
|
protected boolean isDirty() {
|
||||||
return mLayoutState == LayoutState.DIRTY;
|
return mLayoutState == LayoutState.DIRTY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user