Search bar new room invite screen now always shows the nav bar on top (#2182)

This commit is contained in:
Mauro
2023-11-28 17:54:47 +01:00
committed by GitHub
parent 19812f7677
commit 74724b245e
4 changed files with 4 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ struct StartChatScreen: View {
.disableInteractiveDismissOnSearch()
.dismissSearchOnDisappear()
.searchable(text: $context.searchQuery, placement: .navigationBarDrawer(displayMode: .always), prompt: L10n.commonSearchForSomeone)
.searchableConfiguration(hidesNavigationBar: false, showsCancelButton: false)
.compoundSearchField()
.alert(item: $context.alertInfo)
}