mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
qr_code partially working
This commit is contained in:
@@ -189,7 +189,7 @@ impl AbstractBlackBoxTestCase {
|
||||
RXingResultMetadataValue::Orientation(v.parse().unwrap_or_default())
|
||||
}
|
||||
RXingResultMetadataType::BYTE_SEGMENTS => {
|
||||
RXingResultMetadataValue::ByteSegments(v.into_bytes())
|
||||
RXingResultMetadataValue::ByteSegments(vec![v.into_bytes()])
|
||||
}
|
||||
RXingResultMetadataType::ERROR_CORRECTION_LEVEL => {
|
||||
RXingResultMetadataValue::ErrorCorrectionLevel(v)
|
||||
|
||||
Reference in New Issue
Block a user