Jelajahi Sumber

Raimage 1.19

iOS 16 barcode release rev1
Ray Zhang 3 tahun lalu
induk
melakukan
0bc18a6ccc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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];
 }