mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-02 14:54:58 +08:00
Native Animated - Restore default values when removing props on Android
Summary: Rebased version of #12842 that was reverted because of failing fb internal tests. Closes https://github.com/facebook/react-native/pull/15919 Differential Revision: D5823956 Pulled By: hramos fbshipit-source-id: 4ece19a403f5ebbe4829c4c26696ea0575ab1d0e
This commit is contained in:
committed by
Facebook Github Bot
parent
dd400f842b
commit
2b4ff6ea19
@@ -758,6 +758,10 @@ public class UIViewOperationQueue {
|
||||
mOperations.add(new UIBlockOperation(block));
|
||||
}
|
||||
|
||||
public void prependUIBlock(UIBlock block) {
|
||||
mOperations.add(0, new UIBlockOperation(block));
|
||||
}
|
||||
|
||||
/* package */ void dispatchViewUpdates(
|
||||
final int batchId, final long commitStartTime, final long layoutTime) {
|
||||
SystraceMessage.beginSection(
|
||||
|
||||
Reference in New Issue
Block a user