mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Update rlottie
This commit is contained in:
parent
7e1ab2fcc7
commit
52b2f7cefe
@ -1,12 +1,11 @@
|
||||
#import "TGExtensionDelegate.h"
|
||||
#import <UserNotifications/UserNotifications.h>
|
||||
#import "TGWatchCommon.h"
|
||||
#import "TGFileCache.h"
|
||||
#import "TGBridgeClient.h"
|
||||
#import "TGDateUtils.h"
|
||||
#import "TGNeoChatsController.h"
|
||||
|
||||
@interface TGExtensionDelegate () <UNUserNotificationCenterDelegate>
|
||||
@interface TGExtensionDelegate ()
|
||||
{
|
||||
NSString *_cachedContentSize;
|
||||
TGContentSizeCategory _sizeCategory;
|
||||
@ -27,16 +26,10 @@
|
||||
_audioCache.defaultFileExtension = @"m4a";
|
||||
|
||||
_imageCache = [[TGFileCache alloc] initWithName:@"images" useMemoryCache:true];
|
||||
|
||||
[UNUserNotificationCenter currentNotificationCenter].delegate = self;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)(void))completionHandler {
|
||||
|
||||
}
|
||||
|
||||
- (TGNeoChatsController *)chatsController
|
||||
{
|
||||
return (TGNeoChatsController *)[WKExtension sharedExtension].rootInterfaceController;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b579347124cb7831ce7564c9f29b7f321f5af556
|
||||
Subproject commit c490c7a098b9b3cbc3195b00e90d6fc3989e2ba2
|
Loading…
x
Reference in New Issue
Block a user