Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(app): ERSplash doesn't care about device #15601

Merged
merged 2 commits into from
Jul 9, 2024
Merged

fix(app): ERSplash doesn't care about device #15601

merged 2 commits into from
Jul 9, 2024

Conversation

sfoster1
Copy link
Member

@sfoster1 sfoster1 commented Jul 9, 2024

I don't know where in my brain this idea came from but both the ODD and the desktop want to show this screen.

testing

  • enter ER on the desktop app and it shows a splash screen and a wizard when you click the "enter error recovery button"

I don't know where in my brain this idea came from but both the ODD and
the desktop want to show this screen.
@sfoster1 sfoster1 requested a review from a team as a code owner July 9, 2024 15:08
@sfoster1 sfoster1 requested review from smb2268, SyntaxColoring and TamarZanzouri and removed request for a team July 9, 2024 15:08
isOnDevice: boolean,
showERWizard: boolean
): boolean {
export function useRunPausedSplash(showERWizard: boolean): boolean {
// Don't show the splash when desktop ER wizard is active.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this comment still match what's going on? showERWizard doesn't mean specifically the desktop ER wizard, does it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, it did not. Fixed up

@sfoster1 sfoster1 merged commit 7803cb3 into edge Jul 9, 2024
20 checks passed
@sfoster1 sfoster1 deleted the fix-er-again branch July 9, 2024 16:26
syao1226 pushed a commit that referenced this pull request Jul 10, 2024
I don't know where in my brain this idea came from but both the ODD and
the desktop want to show this screen.

## testing
- [x] enter ER on the desktop app and it shows a splash screen and a
wizard when you click the "enter error recovery button"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants