浏览代码

Raimage 1.19

iOS 16 barcode release rev1
Ray Zhang 3 年之前
父节点
当前提交
0bc18a6ccc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      RA Image/RA Image/LoginSettingViewController.m

+ 1 - 1
RA Image/RA Image/LoginSettingViewController.m

@@ -147,7 +147,7 @@
         
         [qrcodeViewController dismissViewControllerAnimated:YES completion:nil];
     };
-    
+    scannerVC.scanType = RAScanTypeQRCode;
     [self presentViewController:scannerVC animated:YES completion:nil];
 }