Skip to content

Commit

Permalink
Update RenderPassReportGenerator.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nogayam authored Mar 27, 2024
1 parent 28fa728 commit 20eb786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const prepareRenderPassStartInfo = async (flowStartState: Started): Promise<Rend
};
} else {
return {
// For in-app navagation, if the user had provided the uiEvent object, mark the
// For in-app navigation, if the user had provided the uiEvent object, mark the
// flowStartTimeSinceEpochMillis as when the native onPress event occurred. If that
// information is not available, fallback to the less accurate JS onPress event.
flowStartTimeSinceEpochMillis: await (flowStartState.timestamp.nativeTimestamp ??
Expand Down

0 comments on commit 20eb786

Please sign in to comment.