Fix notifications status images on iPad
This commit is contained in:
parent
347335f770
commit
9d47427769
|
@ -50,9 +50,6 @@ public struct StatusRowMediaPreviewView: View {
|
|||
|
||||
private var imageMaxHeight: CGFloat {
|
||||
if isNotifications {
|
||||
if UIDevice.current.userInterfaceIdiom == .pad {
|
||||
return 100
|
||||
}
|
||||
return 50
|
||||
}
|
||||
if theme.statusDisplayStyle == .compact {
|
||||
|
|
Loading…
Reference in New Issue