mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
changed '-visibilityDidChange:' to '-visiblieStateDidChange:' to match the others
This commit is contained in:
@@ -95,7 +95,7 @@ static UIApplicationState __ApplicationState = UIApplicationStateActive;
|
||||
{
|
||||
_scrollDirection = scrollDirection;
|
||||
|
||||
// Perform update immediately, so that cells receive a visibilityDidChange: call before their first pixel is visible.
|
||||
// Perform update immediately, so that cells receive a visibileStateDidChange: call before their first pixel is visible.
|
||||
[self scheduleRangeUpdate];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user