🐛 Fix share image issue

This commit is contained in:
2024-12-22 00:27:18 +08:00
parent a319bd7f8c
commit 8c8ab24c9e
2 changed files with 6 additions and 2 deletions

View File

@ -196,7 +196,7 @@ class PostMediaPendingList extends StatelessWidget {
width: (constraints.maxWidth * devicePixelRatio).round(),
height: (constraints.maxHeight * devicePixelRatio).round(),
)!,
fit: BoxFit.cover,
fit: BoxFit.contain,
);
}),
_ => Container(