forked from shadowfacts/Tusker
Fix Compose background color not going under nav bar
This commit is contained in:
parent
99127b617b
commit
74d8adfffe
|
@ -96,6 +96,7 @@ struct ComposeView: View {
|
||||||
ZStack(alignment: .top) {
|
ZStack(alignment: .top) {
|
||||||
// just using .background doesn't work; for some reason it gets inset immediately after the software keyboard is dismissed
|
// just using .background doesn't work; for some reason it gets inset immediately after the software keyboard is dismissed
|
||||||
Color.appBackground
|
Color.appBackground
|
||||||
|
.edgesIgnoringSafeArea(.all)
|
||||||
|
|
||||||
mainList
|
mainList
|
||||||
.scrollDismissesKeyboardInteractivelyIfAvailable()
|
.scrollDismissesKeyboardInteractivelyIfAvailable()
|
||||||
|
|
Loading…
Reference in New Issue