mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-15 18:59:54 +00:00
Fix ASDisplayNodeScreenScale() warning.
This commit is contained in:
parent
2d26249cb0
commit
d01fb5f418
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user