fix: remove delete confirmation dialog from thread view #402

Merged
guettlibot merged 1 commits from refs/pull/402/head into main 2026-06-04 04:15:56 +00:00
guettlibot commented 2026-06-04 02:03:21 +00:00 (Migrated from codeberg.org)

Summary

  • Removes the AlertDialog popup that appeared when tapping delete in thread view
  • Deletion now happens immediately, matching the behaviour of the single mail view
  • The existing UndoShell widget already listens for new UndoAction pushes and shows a snack bar with an Undo button — no extra UI code needed

Closes #398

## Summary - Removes the `AlertDialog` popup that appeared when tapping delete in thread view - Deletion now happens immediately, matching the behaviour of the single mail view - The existing `UndoShell` widget already listens for new `UndoAction` pushes and shows a snack bar with an **Undo** button — no extra UI code needed Closes #398
Sign in to join this conversation.