Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #1750: Don't double push wallet controllers from welcome screen (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson authored Oct 22, 2019
1 parent 48dda23 commit db9a63d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class CreateWalletViewController: UIViewController {
}

@objc private func tappedLearnMore() {
state.ledger.remove(observer) // No way to come back to this screen anyways
let controller = WelcomeViewController(state: state)
navigationController?.pushViewController(controller, animated: true)
}
Expand Down

0 comments on commit db9a63d

Please sign in to comment.