mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
fixed typo and added backwards compatibility for 'visibilityDidChange'
This commit is contained in:
@@ -173,9 +173,9 @@
|
||||
}
|
||||
|
||||
#if ASRangeControllerLoggingEnabled
|
||||
- (void)visibileStateDidChange:(BOOL)isVisible
|
||||
- (void)visibleStateDidChange:(BOOL)isVisible
|
||||
{
|
||||
[super visibileStateDidChange:isVisible];
|
||||
[super visibleStateDidChange:isVisible];
|
||||
NSLog(@"%@ - visible: %d", self, isVisible);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user