Kaynağa Gözat

nudge user to clean trash after de-duplication

Neeraj Gupta 3 yıl önce
ebeveyn
işleme
97ee06cc64
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lib/ui/settings/backup_section_widget.dart

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

@@ -254,7 +254,7 @@ class BackupSectionWidgetState extends State<BackupSectionWidget> {
             ),
           ),
           onPressed: () {
-            // TODO: After trash implementation - showToast("also empty your \"Trash\" to claim the freed up space");
+            showToast("also empty your \"Trash\" to claim the freed up space");
             Navigator.of(context, rootNavigator: true).pop('dialog');
           },
         ),