Skip to content

Commit 78c5c1c

Browse files
authored
fix: ios 17 onboarding crash (#620)
1 parent f326cf5 commit 78c5c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Splajompy/Extensions/DitherCard.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct DitheredCard: View {
6060
withPaletteSettings: QuantizedColorSettingsConfiguration(bits: 1)
6161
)
6262
else { return nil }
63-
return UIImage(cgImage: result, scale: renderScale, orientation: .up)
63+
return UIImage(cgImage: result, scale: 1, orientation: .up)
6464
}.value
6565
}
6666
}

0 commit comments

Comments
 (0)