one more passCode fix
This commit is contained in:
parent
da4c6b7a9d
commit
3f2adc24d4
|
|
@ -50,7 +50,7 @@ open class BasePassCodeViewController: UIViewController {
|
|||
@IBOutlet public weak var errorLabel: UILabel?
|
||||
@IBOutlet public weak var dotStackView: UIStackView!
|
||||
|
||||
let disposeBag = DisposeBag()
|
||||
public let disposeBag = DisposeBag()
|
||||
|
||||
fileprivate lazy var fakeTextField: UITextField = {
|
||||
let fakeTextField = UITextField()
|
||||
|
|
|
|||
|
|
@ -56,9 +56,9 @@ open class BasePassCodeViewModel: BaseViewModel {
|
|||
return PassCodeHolderBuilder.build(with: self.controllerType)
|
||||
}()
|
||||
|
||||
init(controllerType: PassCodeControllerType,
|
||||
passCodeConfiguration: PassCodeConfiguration,
|
||||
touchIdService: TouchIDService? = nil) {
|
||||
public init(controllerType: PassCodeControllerType,
|
||||
passCodeConfiguration: PassCodeConfiguration,
|
||||
touchIdService: TouchIDService? = nil) {
|
||||
|
||||
self.controllerType = controllerType
|
||||
self.passCodeConfiguration = passCodeConfiguration
|
||||
|
|
|
|||
Loading…
Reference in New Issue