Skip to content

Commit 3b45f33

Browse files
committed
bugfix
1 parent 93d15ef commit 3b45f33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Coding_iOS/Ease_2FA/Controllers/OTPListViewController.m

+2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ + (BOOL)handleScanResult:(NSString *)resultStr ofVC:(UIViewController *)vc{
8686
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
8787
[nextVC addOneAuthURL:authURL];
8888
});
89+
return YES;
8990
}
91+
return NO;
9092
}
9193

9294
- (void)viewDidLoad{

0 commit comments

Comments
 (0)