[mob][photos] fix: feature flag

This commit is contained in:
Aman Raj Singh Mourya
2025-03-04 14:09:39 +05:30
parent d49a90c616
commit 23dc378888

View File

@@ -320,11 +320,12 @@ class _FileSelectionActionsWidgetState
),
);
}
if (widget.type != GalleryType.sharedPublicCollection) {
if (flagService.internalUser &&
widget.type != GalleryType.sharedPublicCollection) {
items.add(
SelectionActionButton(
icon: Icons.movie_creation_sharp,
labelText: "Video memory",
labelText: "Video Memory",
onTap: _onCreateVideoMemoryClicked,
),
);