mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Refactoring
This commit is contained in:
@@ -554,7 +554,7 @@ class LocationPinAnnotationView: MKAnnotationView {
|
||||
|
||||
if self.previousPeerId != peer.id {
|
||||
self.previousPeerId = peer.id
|
||||
avatarNode.setPeer(context: context, theme: theme, peer: peer)
|
||||
avatarNode.setPeer(context: context, theme: theme, peer: EnginePeer(peer))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user