[react_native] JS files from D1955639: [react_native] Update AnimationsDebugModule to output more accurate FPS info

This commit is contained in:
Andy Street 2015-04-01 07:06:21 -07:00
Родитель 5a6bf00223
Коммит 3de7ad6c33
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -462,7 +462,7 @@ var Navigator = React.createClass({
this._emitDidFocus(presentedIndex); this._emitDidFocus(presentedIndex);
this._removePoppedRoutes(); this._removePoppedRoutes();
if (AnimationsDebugModule) { if (AnimationsDebugModule) {
AnimationsDebugModule.stopRecordingFps(); AnimationsDebugModule.stopRecordingFps(Date.now());
} }
this._hideOtherScenes(presentedIndex); this._hideOtherScenes(presentedIndex);
} }