Skip to content

Commit

Permalink
show stack info in album page
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Sep 3, 2024
1 parent fe03985 commit b59f0ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/lib/pages/common/album_viewer.page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ class AlbumViewerPage extends HookConsumerWidget {
),
onRemoveFromAlbum: onRemoveFromAlbumPressed,
editEnabled: data.ownerId == userId,
stackEnabled: data.ownerId == userId,
),
),
AnimatedPositioned(
Expand Down

0 comments on commit b59f0ba

Please # to comment.