Skip to content

Commit

Permalink
Fix iPad onboarding where "manual address" is not presented
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal committed Oct 3, 2024
1 parent f46d317 commit 2ba9b90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class OnboardingScanningViewController: UIViewController {
}

@objc private func didSelectManual(_ sender: UIButton) {
show(OnboardingManualURLViewController(), sender: self)
navigationController?.pushViewController(OnboardingManualURLViewController(), animated: true)
}
}

Expand Down

0 comments on commit 2ba9b90

Please sign in to comment.