Browse Source

Hide fav button for un-uploaded files

Neeraj Gupta 2 years ago
parent
commit
8183149585
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/ui/viewer/file/fading_app_bar.dart

+ 1 - 1
lib/ui/viewer/file/fading_app_bar.dart

@@ -119,7 +119,7 @@ class FadingAppBarState extends State<FadingAppBar> {
           false;
     }
     // only show fav option for files owned by the user
-    if (isOwnedByUser && !isFileHidden) {
+    if (isOwnedByUser && !isFileHidden && isFileUploaded) {
       actions.add(_getFavoriteButton());
     }
     actions.add(