发布v3.1.1
This commit is contained in:
Binary file not shown.
@@ -11,8 +11,8 @@
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 40,
|
||||
"versionName": "3.1.0",
|
||||
"versionCode": 41,
|
||||
"versionName": "3.1.1",
|
||||
"outputFile": "app-release.apk"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -73,8 +73,8 @@ class FullScreenQRCodeScanActivity : BarcodeCameraScanActivity() {
|
||||
* 显示结果点
|
||||
*/
|
||||
private fun displayResultPoint(result: AnalyzeResult<Result>) {
|
||||
var width = result.bitmapWidth
|
||||
var height = result.bitmapHeight
|
||||
var width = result.imageWidth
|
||||
var height = result.imageHeight
|
||||
|
||||
val resultPoints = result.result.resultPoints
|
||||
val size = resultPoints.size
|
||||
|
||||
Reference in New Issue
Block a user