Procházet zdrojové kódy

nudge user to clean trash after de-duplication

Neeraj Gupta před 3 roky
rodič
revize
97ee06cc64
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: () {
           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');
             Navigator.of(context, rootNavigator: true).pop('dialog');
           },
           },
         ),
         ),