Various UI fixes

This commit is contained in:
Ilya Laktyushin
2019-08-23 06:55:33 +03:00
parent e3a669f489
commit cfb5d2027a
84 changed files with 860 additions and 806 deletions

View File

@@ -73,7 +73,7 @@ public final class ChatMessageLiveLocationPositionNode: ASDisplayNode {
return { [weak self] account, theme, peer, liveActive in
let backgroundImage: UIImage?
var hasPulse = false
if let peer = peer {
if let _ = peer {
backgroundImage = avatarBackgroundImage
if let liveActive = liveActive {