mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-22 20:18:44 +00:00
Merge pull request #346 from airbnb/btw/keypathwarning
Add log warning for missing keypath
This commit is contained in:
@@ -317,6 +317,8 @@
|
||||
[CATransaction setDisableActions:YES];
|
||||
[_compContainer displayWithFrame:_compContainer.currentFrame forceUpdate:YES];
|
||||
[CATransaction commit];
|
||||
} else {
|
||||
NSLog(@"%s: Keypath Not Found: %@", __PRETTY_FUNCTION__, keypath);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user