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:
parent
63d15af18d
commit
e87a02c520
|
@ -48,7 +48,7 @@ public class UIViewOperationQueue {
|
||||||
/**
|
/**
|
||||||
* A mutation or animation operation on the view hierarchy.
|
* A mutation or animation operation on the view hierarchy.
|
||||||
*/
|
*/
|
||||||
protected interface UIOperation {
|
public interface UIOperation {
|
||||||
|
|
||||||
void execute();
|
void execute();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue