mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-06 09:31:11 +08:00
Revert D5556439: [react-native][PR] Native Animated - Restore default values when removing props on Android
Differential Revision: D5556439 fbshipit-source-id: dc0e4c1db25ec7f3631e6f684f9497962f2adc7b
This commit is contained in:
committed by
Facebook Github Bot
parent
aa9a40f68f
commit
259eac8c30
@@ -881,10 +881,6 @@ public class UIImplementation {
|
||||
mOperationsQueue.enqueueUIBlock(block);
|
||||
}
|
||||
|
||||
public void prependUIBlock(UIBlock block) {
|
||||
mOperationsQueue.prependUIBlock(block);
|
||||
}
|
||||
|
||||
public int resolveRootTagFromReactTag(int reactTag) {
|
||||
if (mShadowNodeRegistry.isRootNode(reactTag)) {
|
||||
return reactTag;
|
||||
|
||||
Reference in New Issue
Block a user