Refactoring

This commit is contained in:
Ali
2021-08-01 18:12:53 +02:00
parent 878afc62bf
commit 648a74003e
87 changed files with 812 additions and 357 deletions

View File

@@ -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))
}
}