mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 22:25: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
|
peopleSheetView
|
||||||
|
.environmentObject(viewModel)
|
||||||
}
|
}
|
||||||
.sheet(isPresented: $showAppInfo) {
|
.sheet(isPresented: $showAppInfo) {
|
||||||
AppInfoView()
|
AppInfoView()
|
||||||
|
|||||||
Reference in New Issue
Block a user