mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-30 22:12:42 +08:00
Implement release of FabricUIManager resources
Reviewed By: achen1 Differential Revision: D8232155 fbshipit-source-id: 6683c692a830f5a73aab2c606167e54d668ae5c2
This commit is contained in:
committed by
Facebook Github Bot
parent
6aea98441a
commit
8529b1ee91
@@ -42,6 +42,11 @@ public class DidJSUpdateUiDuringFrameDetector implements NotThreadSafeBridgeIdle
|
||||
mTransitionToBusyEvents.add(System.nanoTime());
|
||||
}
|
||||
|
||||
@Override
|
||||
public synchronized void onBridgeDestroyed() {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
@Override
|
||||
public synchronized void onViewHierarchyUpdateEnqueued() {
|
||||
mViewHierarchyUpdateEnqueuedEvents.add(System.nanoTime());
|
||||
|
||||
Reference in New Issue
Block a user