Respect bottom safe areas in the room list
This commit is contained in:
committed by
Stefan Ceriu
parent
09face6b06
commit
82e4ad95cc
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user