|
|
@ -20,14 +20,7 @@ struct MessageInfoView: View {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var body: some View {
|
|
|
|
var body: some View {
|
|
|
|
NavigationView {
|
|
|
|
|
|
|
|
ZStack (alignment: .topLeading) {
|
|
|
|
ZStack (alignment: .topLeading) {
|
|
|
|
if #available(iOS 14.0, *) {
|
|
|
|
|
|
|
|
ThemeManager.currentTheme.colorSwiftUI(for: .backgroundPrimary).ignoresSafeArea()
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
ThemeManager.currentTheme.colorSwiftUI(for: .backgroundPrimary)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ScrollView(.vertical, showsIndicators: false) {
|
|
|
|
ScrollView(.vertical, showsIndicators: false) {
|
|
|
|
VStack(
|
|
|
|
VStack(
|
|
|
|
alignment: .leading,
|
|
|
|
alignment: .leading,
|
|
|
@ -352,7 +345,7 @@ struct MessageInfoView: View {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.background(themeColor: .backgroundPrimary)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private func showMediaFullScreen(attachment: Attachment) {
|
|
|
|
private func showMediaFullScreen(attachment: Attachment) {
|
|
|
|