Skip to content

Commit

Permalink
TW-2163: Fix avatar cut off when change new image
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Dec 9, 2024
1 parent 3ed4089 commit 9fa59f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/stream_image_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class StreamImageViewerState extends State<StreamImageViewer> {
maxScale: 5.0,
child: Image.memory(
bytes.bytes!,
fit: BoxFit.contain,
fit: BoxFit.cover,
gaplessPlayback: true,
),
);
Expand Down

0 comments on commit 9fa59f7

Please sign in to comment.