浏览代码

remove sharing button for fav collection

Neeraj Gupta 2 年之前
父节点
当前提交
25a218e1fb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/ui/viewer/gallery/gallery_app_bar_widget.dart

+ 2 - 1
lib/ui/viewer/gallery/gallery_app_bar_widget.dart

@@ -255,7 +255,8 @@ class _GalleryAppBarWidgetState extends State<GalleryAppBarWidget> {
     final List<Widget> actions = <Widget>[];
     if (Configuration.instance.hasConfiguredAccount() &&
         widget.selectedFiles.files.isEmpty &&
-        widget.type == GalleryType.ownedCollection) {
+        widget.type == GalleryType.ownedCollection &&
+        widget.collection?.type != CollectionType.favorites) {
       actions.add(
         Tooltip(
           message: "Share",