Move toast to TODO

This commit is contained in:
vishnukvmd 2021-09-23 17:05:16 +05:30
parent 2b17d4a586
commit 96259aad1c

View file

@ -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');
},
),