We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fcdd1 commit 1d67024Copy full SHA for 1d67024
GoInfoGame/GoInfoGame/UI/Map/MapView.swift
@@ -23,7 +23,9 @@ struct MapView: View {
23
trackingMode: $trackingMode,
24
items: viewModel.items,
25
selectedQuest: $viewModel.selectedQuest,
26
- isPresented: $isPresented)
+ isPresented: $isPresented, contextualInfo: { contextualInfo in
27
+ print(contextualInfo)
28
+ })
29
.edgesIgnoringSafeArea(.all)
30
31
if viewModel.isLoading {
0 commit comments