mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 04:05:20 +00:00
fix: pass environmentObject to people sheet to prevent PM reopen crash (#1069)
Co-authored-by: jack <212554440+jackjackbits@users.noreply.github.com>
This commit is contained in:
@@ -194,6 +194,7 @@ struct ContentView: View {
|
||||
)
|
||||
) {
|
||||
peopleSheetView
|
||||
.environmentObject(viewModel)
|
||||
}
|
||||
.sheet(isPresented: $showAppInfo) {
|
||||
AppInfoView()
|
||||
|
||||
Reference in New Issue
Block a user