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 3214f33 commit 86e19c6Copy full SHA for 86e19c6
GoInfoGame/GoInfoGame/quests/QuestProtocols.swift
@@ -46,12 +46,14 @@ class QuestBase {
46
print("Unknown Stored element type received")
47
}
48
// Sync using datasyncmanager
49
+
50
+ // Dismiss sheet after syncing to db
51
+ MapViewPublisher.shared.dismissSheet.send(true)
52
53
54
DatasyncManager.shared.syncDataToOSM {
55
print("SYNC DONE")
- DispatchQueue.main.async {
- MapViewPublisher.shared.dismissSheet.send(true)
- }
56
57
58
59
0 commit comments