Ver Fonte

Add todo

vishnukvmd há 3 anos atrás
pai
commit
e9d89541d0
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      lib/ui/fading_app_bar.dart

+ 2 - 0
lib/ui/fading_app_bar.dart

@@ -291,6 +291,7 @@ class FadingAppBarState extends State<FadingAppBar> {
           await deleteFilesOnDeviceOnly(context, [file]);
           await deleteFilesOnDeviceOnly(context, [file]);
           showToast("file deleted from device");
           showToast("file deleted from device");
           Navigator.of(context, rootNavigator: true).pop();
           Navigator.of(context, rootNavigator: true).pop();
+          // TODO: Fix behavior when inside a device folder
         },
         },
       ));
       ));
 
 
@@ -301,6 +302,7 @@ class FadingAppBarState extends State<FadingAppBar> {
           await deleteFilesFromRemoteOnly(context, [file]);
           await deleteFilesFromRemoteOnly(context, [file]);
           showShortToast("moved to trash");
           showShortToast("moved to trash");
           Navigator.of(context, rootNavigator: true).pop();
           Navigator.of(context, rootNavigator: true).pop();
+          // TODO: Fix behavior when inside a collection
         },
         },
       ));
       ));