mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-05 16:37:08 +08:00
Add jni bindings
Reviewed By: lucasr Differential Revision: D3648793 fbshipit-source-id: d0e696e196fa7c63109c9117a65645ca3d6c9c00
This commit is contained in:
committed by
Facebook Github Bot 2
parent
223bcd74ad
commit
5fd6c0903e
@@ -94,7 +94,7 @@ public class ReactShadowNode extends CSSNode {
|
||||
}
|
||||
}
|
||||
|
||||
protected void markUpdated() {
|
||||
public void markUpdated() {
|
||||
if (mNodeUpdated) {
|
||||
return;
|
||||
}
|
||||
@@ -110,7 +110,7 @@ public class ReactShadowNode extends CSSNode {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void dirty() {
|
||||
public void dirty() {
|
||||
if (!isVirtual()) {
|
||||
super.dirty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user