Skip to content

Commit

Permalink
Remove Scale Factor
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkoerber committed Oct 30, 2024
1 parent 41a56a2 commit fe8d34c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/homeComponent/view/contactCard/contact_card_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class _ContactCardViewState extends ConsumerState<ContactCardView> {
if (snapshot.hasData) {
return Image.memory(
base64DecodeImageData(snapshot.data!.first.image),
scale: 0.9,
).image;
} else {
return const AssetImage(
Expand Down

0 comments on commit fe8d34c

Please sign in to comment.