fix: album title/description edit from app bar
This commit is contained in:
@@ -257,7 +257,7 @@ class _RemoteAlbumPageState extends ConsumerState<RemoteAlbumPage> {
|
|||||||
icon: Icons.photo_album_outlined,
|
icon: Icons.photo_album_outlined,
|
||||||
onShowOptions: () => showOptionSheet(context),
|
onShowOptions: () => showOptionSheet(context),
|
||||||
onToggleAlbumOrder: isOwner ? () => toggleAlbumOrder() : null,
|
onToggleAlbumOrder: isOwner ? () => toggleAlbumOrder() : null,
|
||||||
onEditTitle: () => showEditTitleAndDescription(context),
|
onEditTitle: isOwner ? () => showEditTitleAndDescription(context) : null,
|
||||||
onActivity: () => showActivity(context),
|
onActivity: () => showActivity(context),
|
||||||
),
|
),
|
||||||
bottomSheet: RemoteAlbumBottomSheet(album: _album),
|
bottomSheet: RemoteAlbumBottomSheet(album: _album),
|
||||||
|
|||||||
Reference in New Issue
Block a user