Commit bb329c72 by Sarkizz

fix

parent d91f1fd4
......@@ -38,6 +38,11 @@ open class CommonScanningViewController: UIViewController, MRScanningProtocol {
}
}
open override func viewWillDisappear(_ animated: Bool) {
super.viewWillDisappear(animated)
scanAndAnimate(start: false)
}
open func setupScanningViews() {
setupScanningInterface { (_, rectLineView, lineView) in
rectLineView.borderWidth = 0.5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment