Skip to content

fix(android): navigate after edited help request submission#604

Merged
mehmetcangurbuz08 merged 1 commit into
developmentfrom
fix/request-help-navigation
May 12, 2026
Merged

fix(android): navigate after edited help request submission#604
mehmetcangurbuz08 merged 1 commit into
developmentfrom
fix/request-help-navigation

Conversation

@kckagancan

Copy link
Copy Markdown
Contributor

Summary

Fixes the Android help request edit flow.

When an existing help request was edited and submitted, the app could stay on the request form and later restore the unfinished edit flow when navigating back through Home. This PR makes edited request submission complete visibly and clears the transient request form navigation state.

Changes

  • Handles edited help request submission as an explicit update flow.
  • Uses the existing local-first update behavior so the edited request is saved locally and queued for sync.
  • Navigates to My Help Requests after a successful local edit update.
  • Clears the request_help?draftLocalId=... edit route from navigation state after submit.
  • Avoids restoring the old edit screen when the user later presses Home.
  • Keeps new request creation, guest flow, offline sync behavior, and onboarding flow unchanged.

Closes #590

@kckagancan kckagancan requested a review from erinc00 May 12, 2026 10:04
@mehmetcangurbuz08 mehmetcangurbuz08 self-requested a review May 12, 2026 11:06

@mehmetcangurbuz08 mehmetcangurbuz08 left a comment

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.

Looks good. Merging.

@mehmetcangurbuz08 mehmetcangurbuz08 merged commit 891d348 into development May 12, 2026
2 checks passed
@mehmetcangurbuz08 mehmetcangurbuz08 deleted the fix/request-help-navigation branch May 12, 2026 11:07
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.

2 participants