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

MainViewModel: treat NoState -> Starting as starting #396

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

kari-ts
Copy link
Contributor

@kari-ts kari-ts commented May 14, 2024

screen-20240514-122554.mp4

Toggle should be on when user transitions from NoState -> Starting, but not when the user is in NoState. This change uses a placeholder string "--" when the user is in NoState.

Fixes tailscale/corp#19961

@kari-ts kari-ts force-pushed the kari/connectbug branch 2 times, most recently from 6054335 to 0b39c1e Compare May 14, 2024 19:43
}
val string = App.get().getString(resId)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
val string = App.get().getString(resId)

Looks like string is not used?

Toggle should be on when user transitions from NoState -> Starting, but not when the user is in NoState. This change uses a placeholder string "--" when the user is in NoState.

Fixes tailscale/corp#19961

Signed-off-by: kari-ts <[email protected]>
@kari-ts kari-ts merged commit d842ccd into main May 16, 2024
4 checks passed
@kari-ts kari-ts deleted the kari/connectbug branch May 16, 2024 19:52
kari-ts added a commit that referenced this pull request May 16, 2024
Toggle should be on when user transitions from NoState -> Starting, but not when the user is in NoState. This change uses a placeholder string "--" when the user is in NoState.

Fixes tailscale/corp#19961

Signed-off-by: kari-ts <[email protected]>
kari-ts added a commit that referenced this pull request May 29, 2024
Toggle should be on when user transitions from NoState -> Starting, but not when the user is in NoState. This change uses a placeholder string "--" when the user is in NoState.

Fixes tailscale/corp#19961

Signed-off-by: kari-ts <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants