diff --git a/enzevalos_iphone/SwiftUI/Compose/ComposeView.swift b/enzevalos_iphone/SwiftUI/Compose/ComposeView.swift index 512d4da26aa3cfc36d3571a4de6886ff00ad6a58..246831225ca91187cfad0788bd1d5ef8d2477ad2 100644 --- a/enzevalos_iphone/SwiftUI/Compose/ComposeView.swift +++ b/enzevalos_iphone/SwiftUI/Compose/ComposeView.swift @@ -40,9 +40,8 @@ struct ComposeView: View { VStack { // Top bar with Cancel and Send button ComposeViewHeader(model: model) - + ScrollView{ Divider() - // "To" recipients RecipientField(model: model.recipientsModel.toModel, composeViewHeight: geometry.size.height) @@ -87,6 +86,7 @@ struct ComposeView: View { .transition(.move(edge: .bottom)) } } + } // show this alert when user sends the mail without attachments, // but mentions them in the mail .alert(isPresented: $model.showAttachmentAlert) { @@ -94,7 +94,6 @@ struct ComposeView: View { } .padding() .animation(.easeInOut) - .ignoresSafeArea(edges: /*@START_MENU_TOKEN@*/.bottom/*@END_MENU_TOKEN@*/) .onDisappear{ // when the ComposeView is closed, we make sure to // clean the Documents Directory from all the remaining