mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fixed self.validated not always being set to NO if restrictionEnforcementFrequency is set to BITAuthenticatorAppRestrictionEnforcementOnAppActive
This commit is contained in:
@@ -60,11 +60,11 @@
|
||||
@property (nonatomic, copy, readonly) NSString *installationIdentifier;
|
||||
|
||||
/**
|
||||
* method registered as observer for applicationWillBecomeInactive events
|
||||
* method registered as observer for applicationDidEnterBackground events
|
||||
*
|
||||
* @param note NSNotification
|
||||
*/
|
||||
- (void) applicationWillResignActive:(NSNotification*) note;
|
||||
- (void) applicationDidEnterBackground:(NSNotification*) note;
|
||||
|
||||
/**
|
||||
* method registered as observer for applicationsDidBecomeActive events
|
||||
|
||||
Reference in New Issue
Block a user