🐛 Fix share image issue
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user