Comment list

This commit is contained in:
2024-11-11 20:06:00 +08:00
parent 9df9674ada
commit 1ff4dc2a4b
11 changed files with 233 additions and 81 deletions

View File

@ -27,6 +27,7 @@ class AttachmentDetailPopup extends StatelessWidget {
child: Hero(
tag: 'attachment-${data.rid}-${heroTag ?? uuid.v4()}',
child: PhotoView(
key: Key('attachment-detail-${data.rid}-$heroTag'),
imageProvider: UniversalImage.provider(
sn.getAttachmentUrl(data.rid),
),