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
1 changed files with 0 additions and 3 deletions

View File

@ -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 {