mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
port writer and tests, but does not pass
This commit is contained in:
@@ -89,12 +89,14 @@ impl Reader for AztecReader {
|
||||
// }
|
||||
// }
|
||||
|
||||
if let Some(rpcb) = hints.get(&DecodeHintType::NEED_RESULT_POINT_CALLBACK) {
|
||||
if let DecodeHintValue::NeedResultPointCallback(cb) = rpcb {
|
||||
for point in points {
|
||||
cb(point);
|
||||
}
|
||||
if let Some(DecodeHintValue::NeedResultPointCallback(cb)) =
|
||||
hints.get(&DecodeHintType::NEED_RESULT_POINT_CALLBACK)
|
||||
{
|
||||
// if let DecodeHintValue::NeedResultPointCallback(cb) = rpcb {
|
||||
for point in points {
|
||||
cb(point);
|
||||
}
|
||||
// }
|
||||
}
|
||||
|
||||
let mut result = RXingResult::new_complex(
|
||||
|
||||
Reference in New Issue
Block a user