Browse Source

Raimage 1.19

iOS 16 barcode release rev1
Ray Zhang 3 năm trước cách đây
mục cha
commit
0bc18a6ccc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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];
 }