Skip to content

fix(wizard): don't re-prompt for language or permissions after setup … - #214

Merged
tzebrowski merged 1 commit into
masterfrom
fix/wizard-language-dialog-after-finish
Sep 19, 2026
Merged

tzebrowski merged 1 commit into
masterfrom
fix/wizard-language-dialog-after-finish

Conversation

@tzebrowski

Copy link
Copy Markdown
Owner

…wizard

  • Leaving the wizard's language step with the preselected language saved nothing, so MainActivity later treated the language as never chosen and showed its own language dialog. Mark the language as selected when the user moves past that step.
  • MainActivity is recreated right after the wizard finishes and asked for permissions again, even if the user had just declined them in the wizard. Skip that prompt for the rest of the session; the next launch asks again as usual.

…wizard

- Leaving the wizard's language step with the preselected language saved
  nothing, so MainActivity later treated the language as never chosen and
  showed its own language dialog. Mark the language as selected when the
  user moves past that step.
- MainActivity is recreated right after the wizard finishes and asked for
  permissions again, even if the user had just declined them in the
  wizard. Skip that prompt for the rest of the session; the next launch
  asks again as usual.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@tzebrowski
tzebrowski merged commit bbe4538 into master Sep 19, 2026
2 checks passed
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.

1 participant