mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-27 08:27:53 +00:00
no message
This commit is contained in:
@@ -15,9 +15,11 @@ final class MapInputControllerNode: ASDisplayNode, MKMapViewDelegate {
|
||||
self.locationManager = CLLocationManager()
|
||||
self.mapView = MKMapView()
|
||||
|
||||
super.init(viewBlock: {
|
||||
super.init()
|
||||
|
||||
self.setViewBlock({
|
||||
return UITracingLayerView()
|
||||
}, didLoad: nil)
|
||||
})
|
||||
|
||||
self.backgroundColor = UIColor.white
|
||||
|
||||
|
||||
Reference in New Issue
Block a user