mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Add more deep compares when setting public properties to the same value
This commit is contained in:
@@ -217,7 +217,7 @@
|
||||
|
||||
- (void)setTypingAttributes:(NSDictionary *)typingAttributes
|
||||
{
|
||||
if (_typingAttributes == typingAttributes)
|
||||
if (ASObjectIsEqual(typingAttributes, _typingAttributes))
|
||||
return;
|
||||
|
||||
_typingAttributes = [typingAttributes copy];
|
||||
|
||||
Reference in New Issue
Block a user