Skip to content
Snippets Groups Projects

Fix transition bug when the keyboard is presented

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -79,6 +79,7 @@ public final class OnboardingPhoneController: UIViewController {
.nextButton
.publisher(for: .touchUpInside)
.sink { [unowned self] in
view.endEditing(true)
viewModel.didTapNext()
}.store(in: &cancellables)
Loading