vishnukvmd 3 years ago
parent
commit
e9d89541d0
1 changed files with 2 additions and 0 deletions
  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]);
           showToast("file deleted from device");
           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]);
           showShortToast("moved to trash");
           Navigator.of(context, rootNavigator: true).pop();
+          // TODO: Fix behavior when inside a collection
         },
       ));