From bd8ecd5e6d66f1c3ccffda0d73e662fe10fd8e08 Mon Sep 17 00:00:00 2001 From: Sjmarf <78750526+Sjmarf@users.noreply.github.com> Date: Sat, 30 Sep 2023 16:43:24 +0100 Subject: [PATCH] Bug fix --- .../Shared/Components/Image Upload/UploadConfirmationView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Mlem/Views/Shared/Components/Image Upload/UploadConfirmationView.swift b/Mlem/Views/Shared/Components/Image Upload/UploadConfirmationView.swift index 2468d1fde..258ab0ef8 100644 --- a/Mlem/Views/Shared/Components/Image Upload/UploadConfirmationView.swift +++ b/Mlem/Views/Shared/Components/Image Upload/UploadConfirmationView.swift @@ -32,7 +32,6 @@ struct UploadConfirmationView: View { if let image = imageModel?.image { image .resizable() - .scaledToFill() .aspectRatio(1, contentMode: .fit) .clipShape( RoundedRectangle(cornerRadius: AppConstants.largeItemCornerRadius)