Move toast to TODO
This commit is contained in:
parent
2b17d4a586
commit
96259aad1c
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class BackupSectionWidgetState extends State<BackupSectionWidget> {
|
|||
),
|
||||
),
|
||||
onPressed: () {
|
||||
showToast("also empty your \"Trash\" to claim the freed up space");
|
||||
// TODO: After trash implementation - showToast("also empty your \"Trash\" to claim the freed up space");
|
||||
Navigator.of(context, rootNavigator: true).pop('dialog');
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue