Commit 705d4d4c authored by wanglei's avatar wanglei

...

parent 6d24db03
......@@ -67,12 +67,12 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
}
})
val qq = QRImageAnalyzer()
qq.action = { qrCodeValue ->
}
val bitmap = MediaStore.Images.Media.getBitmap(contentResolver, Uri.EMPTY)
qq.processImage(this, bitmap)
// val qq = QRImageAnalyzer()
// qq.action = { qrCodeValue ->
//
// }
// val bitmap = MediaStore.Images.Media.getBitmap(contentResolver, Uri.EMPTY)
// 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