Explorar o código

Rename variable

vishnukvmd %!s(int64=3) %!d(string=hai) anos
pai
achega
d6f426e2cf
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      lib/ui/settings/backup_section_widget.dart

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

@@ -139,10 +139,10 @@ class BackupSectionWidgetState extends State<BackupSectionWidget> {
               showErrorDialog(context, "✨ no duplicates",
                   "you've no duplicate files that can be cleared");
             } else {
-              int result =
+              int cleanedItemCount =
                   await routeToPage(context, DeduplicatePage(duplicates));
-              if (result != null) {
-                _showDuplicateFilesDeletedDialog(result);
+              if (cleanedItemCount != null) {
+                _showDuplicateFilesDeletedDialog(cleanedItemCount);
               }
             }
           },