mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 19:30:29 +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);
|
return (superclassIMP != subclassIMP);
|
||||||
}
|
}
|
||||||
|
|
||||||
CGFloat ASDisplayNodeScreenScale()
|
static CGFloat ASDisplayNodeScreenScale()
|
||||||
{
|
{
|
||||||
static CGFloat screenScale = 0.0;
|
static CGFloat screenScale = 0.0;
|
||||||
static dispatch_once_t onceToken;
|
static dispatch_once_t onceToken;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user