mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-29 23:40:06 +00:00
Fix ASDisplayNodeScreenScale() warning.
This commit is contained in:
@@ -47,7 +47,7 @@ BOOL ASDisplayNodeSubclassOverridesSelector(Class subclass, SEL selector)
|
||||
return (superclassIMP != subclassIMP);
|
||||
}
|
||||
|
||||
CGFloat ASDisplayNodeScreenScale()
|
||||
static CGFloat ASDisplayNodeScreenScale()
|
||||
{
|
||||
static CGFloat screenScale = 0.0;
|
||||
static dispatch_once_t onceToken;
|
||||
|
||||
Reference in New Issue
Block a user