We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d15ef commit 3b45f33Copy full SHA for 3b45f33
1 file changed
Coding_iOS/Ease_2FA/Controllers/OTPListViewController.m
@@ -86,7 +86,9 @@ + (BOOL)handleScanResult:(NSString *)resultStr ofVC:(UIViewController *)vc{
86
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
87
[nextVC addOneAuthURL:authURL];
88
});
89
+ return YES;
90
}
91
+ return NO;
92
93
94
- (void)viewDidLoad{
0 commit comments