no message

This commit is contained in:
Peter
2017-08-04 14:20:00 +03:00
parent 6f2dd7df52
commit b6cafcc834
276 changed files with 1326 additions and 524 deletions

View File

@@ -55,9 +55,9 @@ typedef enum {
@implementation TGPasscodeEntryController
- (instancetype)initWithStyle:(TGPasscodeEntryControllerStyle)style mode:(TGPasscodeEntryControllerMode)mode cancelEnabled:(bool)cancelEnabled allowTouchId:(bool)allowTouchId attemptData:(TGPasscodeEntryAttemptData *)attemptData completion:(void (^)(NSString *))completion
- (instancetype)initWithContext:(id<LegacyComponentsContext>)context style:(TGPasscodeEntryControllerStyle)style mode:(TGPasscodeEntryControllerMode)mode cancelEnabled:(bool)cancelEnabled allowTouchId:(bool)allowTouchId attemptData:(TGPasscodeEntryAttemptData *)attemptData completion:(void (^)(NSString *))completion
{
self = [super init];
self = [super initWithContext:context];
if (self != nil)
{
_style = style;