mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
re-validate once alert-view was dismissed
* factor out common validate method * call it in authenticate and after validation-error was dismissed * don't reset identification if validation failed - it might have only been a short network outage.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#import "BITAuthenticationViewController.h"
|
||||
@class BITHockeyAppClient;
|
||||
|
||||
@interface BITAuthenticator ()<BITAuthenticationViewControllerDelegate>
|
||||
@interface BITAuthenticator ()<BITAuthenticationViewControllerDelegate, UIAlertViewDelegate>
|
||||
|
||||
/**
|
||||
* must be set
|
||||
|
||||
Reference in New Issue
Block a user