Skip to content

[Bug] Back/dismiss on linked transfer deletion popup silently deletes current transaction instead of cancellingΒ #1079

@Akv2021

Description

@Akv2021

Describe the bug
When deleting one side of a transfer transaction, after confirming the first Delete/Cancel popup, a second popup appears with Only Current / Delete Both for the linked transaction. Pressing back or dismissing this second popup implicitly proceeds with "Only Current", the transaction is deleted
without explicit user confirmation of that specific action. This behavior is non-obvious and can catch users off guard.

The deletion can be undone via the activity log, but the implicit delete-on-dismiss is still unexpected UX.

How to reproduce

  1. Create a transfer (e.g., Account A β†’ Account B, $1)
  2. Delete the Account A side transaction
  3. First popup: Delete / Cancel β†’ press Delete
  4. Second popup: Only Current / Delete Both β†’ press back/dismiss
  5. Account A transaction is deleted (as if "Only Current" was selected)

Expected behavior
Any of these would make the behavior more explicit:

  1. The first Delete/Cancel popup should indicate the transaction is part of a linked transfer, so the user is aware before committing
  2. The second popup should include a Restore button to undo the deletion if the user reconsiders
  3. Back/dismiss on the second popup Can map to a Skip/Cancel action that restores the deleted transaction, rather than silently proceeding with "Only Current". Or can atleast make "Only Current is expected on popup dismiss" more explicit in second popup

Details

  • Device: Android
  • App Version: 6.2.8+471 (beta)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions