发布v3.1.1

This commit is contained in:
Jenly
2024-04-29 23:46:42 +08:00
parent e26dfc2396
commit bb061d1768
7 changed files with 19 additions and 21 deletions

Binary file not shown.

View File

@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 40,
"versionName": "3.1.0",
"versionCode": 41,
"versionName": "3.1.1",
"outputFile": "app-release.apk"
}
],

View File

@@ -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