mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
Allow displaying UserSuggestionList without shadow
This commit is contained in:
@@ -256,7 +256,7 @@ struct Composer: View {
|
||||
}
|
||||
}
|
||||
if wysiwygViewModel.maximised {
|
||||
UserSuggestionList(viewModel: userSuggestionSharedContext.context)
|
||||
UserSuggestionList(viewModel: userSuggestionSharedContext.context, showBackgroundShadow: false)
|
||||
.environmentObject(AvatarViewModel(avatarService: AvatarService(mediaManager: userSuggestionSharedContext.mediaManager)))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user