mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[ASScrollDirection] Fix tests to use the more intuitive naming for scroll directions.
This commit is contained in:
@@ -88,6 +88,10 @@
|
||||
|
||||
- (void)enqueue:(id)object
|
||||
{
|
||||
if (!object) {
|
||||
return;
|
||||
}
|
||||
|
||||
ASDN::MutexLocker l(_internalQueueLock);
|
||||
|
||||
// Check if the object exists.
|
||||
|
||||
Reference in New Issue
Block a user