mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Storage calculation and UI improvements
This commit is contained in:
@@ -116,6 +116,9 @@ static bool notyfyingShiftState = false;
|
||||
@implementation UIScrollView (FrameRateRangeOverride)
|
||||
|
||||
- (void)fixScrollDisplayLink {
|
||||
if (@available(iOS 16.0, *)) {
|
||||
return;
|
||||
}
|
||||
static NSString *scrollHeartbeatKey = nil;
|
||||
static dispatch_once_t onceToken;
|
||||
dispatch_once(&onceToken, ^{
|
||||
|
||||
Reference in New Issue
Block a user