Try delay

This commit is contained in:
Alexey Gerasimov 2018-03-30 14:39:18 +03:00
parent ec8966a1fb
commit eeeac04989
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ open class BasePassCodeViewController: UIViewController, ConfigurableController
self?.setStates(for: text ?? "")
self?.hideError()
})
.throttle(0.1)
.delay(0.1)
.drive(onNext: { [weak self] text in
self?.viewModel.setPassCodeText(text)
})