fix(mobile): handle shared assets in viewer (#4679)

Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
shenlong
2023-10-28 19:48:30 +00:00
committed by GitHub
parent c653e0f261
commit 2a2c74e081
7 changed files with 60 additions and 24 deletions

View File

@@ -265,6 +265,7 @@ class AlbumViewerPage extends HookConsumerWidget {
if (data.isRemote) buildControlButton(data),
],
),
isOwner: userId == data.ownerId,
),
),
),