#41 Fix issue with squished images on notifications

This commit is contained in:
Marcin Czachurski 2023-04-18 12:42:48 +02:00
parent 77036cbc70
commit 25519b5468
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ struct NotificationRowView: View {
if let cachedImage = self.image {
cachedImage
.resizable()
.aspectRatio(contentMode: .fill)
.frame(width: 50, height: 50)
.clipShape(RoundedRectangle(cornerRadius: 8))
} else {