Story locations

This commit is contained in:
Ilya Laktyushin
2023-07-31 20:19:11 +02:00
parent 487c01f448
commit 8805c0b7bd
38 changed files with 956 additions and 204 deletions

View File

@@ -372,7 +372,7 @@ final class LocationViewControllerNode: ViewControllerTracingNode, CLLocationMan
entries.append(.info(presentationData.theme, location, address, distance, eta.0, eta.1, eta.2))
annotations.append(LocationPinAnnotation(context: context, theme: presentationData.theme, location: location, forcedSelection: true))
annotations.append(LocationPinAnnotation(context: context, theme: presentationData.theme, location: location, queryId: nil, resultId: nil, forcedSelection: true))
} else {
var activeOwnLiveLocation: EngineMessage?
for message in effectiveLiveLocations {