Skip to content
Snippets Groups Projects
Commit baa97196 authored by cruxfilm's avatar cruxfilm
Browse files

ignoresSafeArea on bottom of ComposeView

parent 1f9892b4
Branches 294-fix-bugs-in-new-composeview
No related tags found
1 merge request!76Resolve "InboxView & MailListView improvements"
......@@ -50,6 +50,7 @@ struct ComposeView: View {
}
.padding()
.animation(.easeInOut)
.ignoresSafeArea(edges: /*@START_MENU_TOKEN@*/.bottom/*@END_MENU_TOKEN@*/)
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment