mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Stories
This commit is contained in:
parent
99840de8d7
commit
789f9e29c9
15 changed files with 636 additions and 53 deletions
|
|
@ -260,7 +260,7 @@ static void registerEffectViewOverrides(void) {
|
|||
registerEffectViewOverrides();
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
/*#if DEBUG
|
||||
Class cls = NSClassFromString(@"WKBrowsingContextController");
|
||||
SEL sel = NSSelectorFromString(@"registerSchemeForCustomProtocol:");
|
||||
if ([cls respondsToSelector:sel]) {
|
||||
|
|
@ -270,7 +270,7 @@ static void registerEffectViewOverrides(void) {
|
|||
[cls performSelector:sel withObject:@"https"];
|
||||
#pragma clang diagnostic pop
|
||||
}
|
||||
#endif
|
||||
#endif*/
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue