mirror of
https://github.com/starovoid/rxing.git
synced 2026-09-26 09:55:11 +00:00
Add resets for the RSS14 and RSSExpanded reader states
This commit is contained in:
@@ -225,4 +225,9 @@ impl Reader for MultiFormatOneDReader {
|
||||
Err(Exceptions::NOT_FOUND)
|
||||
}
|
||||
}
|
||||
|
||||
fn reset(&mut self) {
|
||||
self.rss_14_reader.reset();
|
||||
self.rss_expanded_reader.reset();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user