Skip to content

fix: show dialog when support email is missing [WPB-27198] - #5133

Open
Garzas wants to merge 1 commit into
release/cycle-4.11from
fix/4.11-missing-support-email-dialog
Open

fix: show dialog when support email is missing [WPB-27198]#5133
Garzas wants to merge 1 commit into
release/cycle-4.11from
fix/4.11-missing-support-email-dialog

Conversation

@Garzas

@Garzas Garzas commented Aug 4, 2026

Copy link
Copy Markdown
Contributor
TaskWPB-27198 [Android] Read supportEmail from deeplink.json


PR Submission Checklist for internal contributors

  • The PR Title

    • conforms to the style of semantic commits messages鹿 supported in Wire's Github Workflow虏
    • contains a reference JIRA issue number like SQPIT-764
    • answers the question: If merged, this PR will: ...
  • The PR Description

    • is free of optional paragraphs and you have filled the relevant parts to the best of your ability

What's new in this PR?

Fixes bug report handling when no support email is configured.
Instead of opening the support website, the app now shows a confirmation dialog and allows sharing the report without a recipient.

@Garzas
Garzas requested review from saleniuk and yamilmedina August 4, 2026 18:39
@Garzas Garzas self-assigned this Aug 4, 2026
var state by mutableStateOf(SettingsState())
private set

private val _reportBugClickAction = MutableSharedFlow<ReportBugClickAction>()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

For some time now, we have been using a unified approach for such actions - we just extend ActionsViewModel and then use HandleActions in composable - would that be possible here as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants