🐛 Bug fixes

This commit is contained in:
2025-03-15 15:44:56 +08:00
parent ddd6ff7eee
commit 78e765f69d
3 changed files with 7 additions and 1 deletions

View File

@ -251,6 +251,7 @@ class _AttachmentItemContentVideoState
return GestureDetector(
behavior: HitTestBehavior.opaque,
child: Stack(
fit: StackFit.expand,
children: [
if (widget.data.thumbnail != null)
AutoResizeUniversalImage(
@ -455,6 +456,7 @@ class _AttachmentItemContentAudioState
return GestureDetector(
behavior: HitTestBehavior.opaque,
child: Stack(
fit: StackFit.expand,
children: [
if (widget.data.thumbnail != null)
AspectRatio(