Update rlottie

This commit is contained in:
Ilya Laktyushin 2019-10-19 21:34:46 +04:00
parent 7e1ab2fcc7
commit 52b2f7cefe
2 changed files with 2 additions and 9 deletions

View File

@ -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