Skip to content

Commit 42b3701

Browse files
committed
turns shouldAnimateFocusView public
1 parent 3fccafa commit 42b3701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/BarcodeScannerController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ open class BarcodeScannerController: UIViewController {
126126
}
127127
}
128128

129-
var shouldAnimateFocusView: Bool = true
129+
public var shouldAnimateFocusView: Bool = true
130130

131131
/// The current torch mode on the capture device.
132132
var torchMode: TorchMode = .off {

0 commit comments

Comments
 (0)