0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00

Fix margin/error correction for recreated codes

The `margin` argument position was incorrectly used for the
error correction level.
This commit is contained in:
Markus Fisch 2024-01-09 19:28:50 +01:00
parent 12210e1768
commit 58b9466cfc

View File

@ -215,6 +215,7 @@ class DecodeFragment : Fragment() {
content,
r.format,
r.size,
r.margin,
r.ecLevel
)
)