mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Storage calculation and UI improvements
This commit is contained in:
parent
d4a3568686
commit
eb1947b8b3
9 changed files with 1345 additions and 109 deletions
|
|
@ -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, ^{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue