Fix notifications status images on iPad

This commit is contained in:
Thomas Ricouard 2023-02-26 09:54:34 +01:00
parent 347335f770
commit 9d47427769

View file

@ -50,9 +50,6 @@ public struct StatusRowMediaPreviewView: View {
private var imageMaxHeight: CGFloat { private var imageMaxHeight: CGFloat {
if isNotifications { if isNotifications {
if UIDevice.current.userInterfaceIdiom == .pad {
return 100
}
return 50 return 50
} }
if theme.statusDisplayStyle == .compact { if theme.statusDisplayStyle == .compact {