mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-09 17:31:39 +08:00
Delay dropping root views until the drop views step of StateBuilder.
Summary: Make UIOperation public so that custom implementations can expose instances of it. Reviewed By: ahmedre Differential Revision: D3618197 fbshipit-source-id: 89f764818cc2e8e94cf9678814e56e7074eb9067
This commit is contained in:
committed by
Facebook Github Bot 6
parent
63d15af18d
commit
e87a02c520
@@ -48,7 +48,7 @@ public class UIViewOperationQueue {
|
||||
/**
|
||||
* A mutation or animation operation on the view hierarchy.
|
||||
*/
|
||||
protected interface UIOperation {
|
||||
public interface UIOperation {
|
||||
|
||||
void execute();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user