mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
fix missing result point callback
This commit is contained in:
@@ -294,7 +294,7 @@ pub trait UPCEANReader: OneDReader {
|
||||
if let Some(cid) = countryID {
|
||||
decodeRXingResult.putMetadata(
|
||||
RXingResultMetadataType::POSSIBLE_COUNTRY,
|
||||
RXingResultMetadataValue::PossibleCountry(cid),
|
||||
RXingResultMetadataValue::PossibleCountry(cid.to_owned()),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user