mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-17 18:01:14 +00:00
no message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user