mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Tweak ASDK
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define AS_TLS_AVAILABLE 0
|
||||
#define AS_TLS_AVAILABLE 1
|
||||
|
||||
#ifndef AS_ENABLE_TEXTNODE
|
||||
#define AS_ENABLE_TEXTNODE 1 // Enable old TextNode by default
|
||||
|
||||
@@ -212,6 +212,7 @@ namespace AS {
|
||||
if (AS_AVAILABLE_IOS_TVOS(10, 10)) {
|
||||
gMutex_unfair = ASActivateExperimentalFeature(ASExperimentalUnfairLock);
|
||||
}
|
||||
gMutex_unfair = true;
|
||||
});
|
||||
|
||||
if (recursive) {
|
||||
|
||||
Reference in New Issue
Block a user