浏览代码

Move toast to TODO

vishnukvmd 3 年之前
父节点
当前提交
96259aad1c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/ui/settings/backup_section_widget.dart

+ 1 - 1
lib/ui/settings/backup_section_widget.dart

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