mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Story locations
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user