mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
[react_native] JS files from D1955639: [react_native] Update AnimationsDebugModule to output more accurate FPS info
This commit is contained in:
@@ -462,7 +462,7 @@ var Navigator = React.createClass({
|
||||
this._emitDidFocus(presentedIndex);
|
||||
this._removePoppedRoutes();
|
||||
if (AnimationsDebugModule) {
|
||||
AnimationsDebugModule.stopRecordingFps();
|
||||
AnimationsDebugModule.stopRecordingFps(Date.now());
|
||||
}
|
||||
this._hideOtherScenes(presentedIndex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user