mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
changed '-visibilityDidChange:' to '-visiblieStateDidChange:' to match the others
This commit is contained in:
@@ -135,9 +135,9 @@
|
||||
[self.animatedImage clearAnimatedImageCache];
|
||||
}
|
||||
|
||||
- (void)visibilityDidChange:(BOOL)isVisible
|
||||
- (void)visibileStateDidChange:(BOOL)isVisible
|
||||
{
|
||||
[super visibilityDidChange:isVisible];
|
||||
[super visibileStateDidChange:isVisible];
|
||||
|
||||
ASDisplayNodeAssertMainThread();
|
||||
if (isVisible) {
|
||||
|
||||
Reference in New Issue
Block a user