Commit 705d4d4c authored by wanglei's avatar wanglei

...

parent 6d24db03
...@@ -67,12 +67,12 @@ class MainActivity : BaseActivity<ActivityMainBinding>() { ...@@ -67,12 +67,12 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
} }
}) })
val qq = QRImageAnalyzer() // val qq = QRImageAnalyzer()
qq.action = { qrCodeValue -> // qq.action = { qrCodeValue ->
//
} // }
val bitmap = MediaStore.Images.Media.getBitmap(contentResolver, Uri.EMPTY) // val bitmap = MediaStore.Images.Media.getBitmap(contentResolver, Uri.EMPTY)
qq.processImage(this, bitmap) // qq.processImage(this, bitmap)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment