Respect bottom safe areas in the room list

This commit is contained in:
Stefan Ceriu
2023-01-04 11:59:10 +02:00
committed by Stefan Ceriu
parent 09face6b06
commit 82e4ad95cc

View File

@@ -69,7 +69,6 @@ struct HomeScreen: View {
.disabled(context.viewState.roomListMode == .skeletons)
.animation(.elementDefault, value: context.viewState.showSessionVerificationBanner)
.animation(.elementDefault, value: context.viewState.roomListMode)
.ignoresSafeArea(.all, edges: .bottom)
.alert(item: $context.alertInfo) { $0.alert }
.navigationTitle(ElementL10n.allChats)
.toolbar {