Skip to content

Commit

Permalink
show loading progress bar sooner fixes #4735 (replayio#4742)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Dec 3, 2021
1 parent 6bd8985 commit 444711e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/actions/session.ts
Expand Up @@ -139,10 +139,10 @@ export function createSession(recordingId: string): UIThunkAction {
ThreadFront.setTest(getTest() || undefined);
ThreadFront.recordingId = recordingId;

dispatch(showLoadingProgress());
const { sessionId } = await sendMessage("Recording.createSession", {
recordingId,
});
dispatch(showLoadingProgress());

window.sessionId = sessionId;
ThreadFront.setSessionId(sessionId);
Expand Down

0 comments on commit 444711e

Please sign in to comment.