Fix trash permanent delete dialog (#7805)

* Fix Outdated Info for Deletion

* Undo Flutter Updating Dependencies
This commit is contained in:
Nicholas Flamy 2024-03-11 23:25:55 -04:00 committed by GitHub
parent 4b6206b32d
commit 7b5ff397b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 9 deletions

View file

@ -93,6 +93,7 @@ class TrashPage extends HookConsumerWidget {
await showDialog(
context: context,
builder: (context) => DeleteDialog(
alert: "delete_dialog_alert_remote",
onDelete: () => onPermanentlyDelete(),
),
);