mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +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